sassc: fix version output

Closes #150611
This commit is contained in:
Sandro Jäckel 2021-12-14 11:05:11 +01:00
parent fc5ac4b35b
commit a7817a1563
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-jcs3+orRqKt9C3c2FTdeaj4H2rBP74lW3HF8CHSm7lQ=";
};
preConfigure = ''
postPatch = ''
export SASSC_VERSION=${version}
'';