mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
xmonad: include version in name
This commit is contained in:
parent
bdcba71f9e
commit
5324d84423
|
@ -3,7 +3,7 @@
|
|||
let
|
||||
xmonadEnv = ghcWithPackages (self: [ self.xmonad ] ++ packages self);
|
||||
in stdenv.mkDerivation {
|
||||
name = "xmonad-with-packages";
|
||||
name = "xmonad-with-packages-${xmonadEnv.version}";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue