1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 13:41:15 +02:00

Add missing package.nix

This commit is contained in:
John Ericson 2024-06-27 17:44:34 -04:00
parent 92d3a06b25
commit 429d6ae2b5
8 changed files with 607 additions and 11 deletions

View file

@ -55,11 +55,6 @@ mkDerivation (finalAttrs: {
pkg-config
];
buildInputs = [
nix-util
]
;
propagatedBuildInputs = [
nix-util
];