libtsm: fix eval
Ref: bd657a72932e8605d3d889fb47f0f33da420f516
This commit is contained in:
parent
2ecc4d84ad
commit
2866b84168
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "01ygwrsxfii0pngfikgqsb4fxp8n1bbs47l7hck81h9b9bc1ah8i";
|
sha256 = "01ygwrsxfii0pngfikgqsb4fxp8n1bbs47l7hck81h9b9bc1ah8i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxkbcommon pkgconfig ] ++ stdenv.isDarwin [
|
buildInputs = [ libxkbcommon pkgconfig ] ++ lib.optionals stdenv.isDarwin [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user