mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
haskellPackages.xmonad-contrib_0_17_0: build with matching xmonad
This commit is contained in:
parent
b79827ec69
commit
6f0f4a92b5
@ -2097,4 +2097,9 @@ EOT
|
|||||||
brick = self.brick_0_64_2;
|
brick = self.brick_0_64_2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Needs matching xmonad version
|
||||||
|
xmonad-contrib_0_17_0 = super.xmonad-contrib_0_17_0.override {
|
||||||
|
xmonad = self.xmonad_0_17_0;
|
||||||
|
};
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
Reference in New Issue
Block a user