3
0
Fork 0
forked from mirrors/nixpkgs

taffybar: include version in name

This commit is contained in:
Pascal Wittmann 2018-07-19 21:49:33 +02:00
parent aa10b3127f
commit bdcba71f9e
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -3,7 +3,7 @@
let
taffybarEnv = ghcWithPackages (self: [ self.taffybar ] ++ packages self);
in stdenv.mkDerivation {
name = "taffybar-with-packages";
name = "taffybar-with-packages-${taffybarEnv.version}";
nativeBuildInputs = [ makeWrapper ];