packagekit: Fix compilation
This commit is contained in:
parent
9222b68380
commit
0906edf786
1 changed files with 1 additions and 1 deletions
|
@ -8717,7 +8717,7 @@ with pkgs;
|
|||
|
||||
p7zip = callPackage ../tools/archivers/p7zip { };
|
||||
|
||||
packagekit = callPackage ../tools/package-management/packagekit { };
|
||||
packagekit = callPackage ../tools/package-management/packagekit { nix = nixVersions.nix_2_6; };
|
||||
|
||||
packetdrill = callPackage ../tools/networking/packetdrill { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue