mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
packagekit: Fix compilation
This commit is contained in:
parent
9222b68380
commit
0906edf786
@ -8717,7 +8717,7 @@ with pkgs;
|
|||||||
|
|
||||||
p7zip = callPackage ../tools/archivers/p7zip { };
|
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 { };
|
packetdrill = callPackage ../tools/networking/packetdrill { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user