mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
dmenu: set strictDeps, structuredAttrs (#520763)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchzip,
|
||||
bash,
|
||||
fontconfig,
|
||||
libx11,
|
||||
libxinerama,
|
||||
@@ -20,12 +21,16 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "dmenu";
|
||||
version = "5.4";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://dl.suckless.org/tools/dmenu-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-6bFq3Pj3cuZqLR0pkoJyfx3CDWmmSqkDoEVptMfej7g=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
bash
|
||||
fontconfig
|
||||
libx11
|
||||
libxinerama
|
||||
|
||||
Reference in New Issue
Block a user