mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
xmonad: include version in name
This commit is contained in:
parent
bdcba71f9e
commit
5324d84423
1 changed files with 1 additions and 1 deletions
|
@ -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