mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
kde411: expose it to nix-env with a lower priority.
This commit is contained in:
parent
bdfcda81e7
commit
46c1216fd0
@ -9705,6 +9705,8 @@ let
|
||||
|
||||
kde4 = recurseIntoAttrs pkgs.kde410;
|
||||
|
||||
kde4_next = recurseIntoAttrs( lib.lowPrioSet pkgs.kde411 );
|
||||
|
||||
kde410 = kdePackagesFor (pkgs.kde410 // {
|
||||
boost = boost149;
|
||||
eigen = eigen2;
|
||||
|
Loading…
Reference in New Issue
Block a user