xmonad: include version in name

This commit is contained in:
Pascal Wittmann 2018-07-19 21:51:35 +02:00
parent bdcba71f9e
commit 5324d84423
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -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 ];