libtsm: fix eval

Ref: bd657a7293
This commit is contained in:
Joachim Fasting 2017-08-13 00:40:33 +02:00
parent 2ecc4d84ad
commit 2866b84168
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "01ygwrsxfii0pngfikgqsb4fxp8n1bbs47l7hck81h9b9bc1ah8i";
};
buildInputs = [ libxkbcommon pkgconfig ] ++ stdenv.isDarwin [
buildInputs = [ libxkbcommon pkgconfig ] ++ lib.optionals stdenv.isDarwin [
autoreconfHook
];