idris-modules: pkgs.gnome is now pkgs.gnome2.
Fixes #18998. Closes #19002.
This commit is contained in:
parent
f3d7afa86d
commit
7bda74f676
@ -6,7 +6,7 @@
|
|||||||
overrideScope = f: callPackageWithScope (mkScope (fix' (extends f scope.__unfix__))) drv args;
|
overrideScope = f: callPackageWithScope (mkScope (fix' (extends f scope.__unfix__))) drv args;
|
||||||
};
|
};
|
||||||
|
|
||||||
mkScope = scope : pkgs // pkgs.xorg // pkgs.gnome // scope;
|
mkScope = scope : pkgs // pkgs.xorg // pkgs.gnome2 // scope;
|
||||||
|
|
||||||
idrisPackages = self: let
|
idrisPackages = self: let
|
||||||
defaultScope = mkScope self;
|
defaultScope = mkScope self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user