taffybar: include version in name
This commit is contained in:
parent
aa10b3127f
commit
bdcba71f9e
@ -3,7 +3,7 @@
|
|||||||
let
|
let
|
||||||
taffybarEnv = ghcWithPackages (self: [ self.taffybar ] ++ packages self);
|
taffybarEnv = ghcWithPackages (self: [ self.taffybar ] ++ packages self);
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "taffybar-with-packages";
|
name = "taffybar-with-packages-${taffybarEnv.version}";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user