about summary refs log tree commit diff
path: root/pkgs/development/tools/sassc
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2021-12-14 11:05:11 +0100
committerSandro Jäckel <sandro.jaeckel@sap.com>2021-12-14 11:31:19 +0100
commita7817a15636923d6a7137eb5a7ae581e39318227 (patch)
treefc899afd4ad570d64d409399bb01f712fa714520 /pkgs/development/tools/sassc
parentfc5ac4b35b3d1b7a55e759f852a00af50f8e9fec (diff)
sassc: fix version output
Closes #150611
Diffstat (limited to 'pkgs/development/tools/sassc')
-rw-r--r--pkgs/development/tools/sassc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/sassc/default.nix b/pkgs/development/tools/sassc/default.nix
index 16bc97a48ee61..54f744a1608ef 100644
--- a/pkgs/development/tools/sassc/default.nix
+++ b/pkgs/development/tools/sassc/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "sha256-jcs3+orRqKt9C3c2FTdeaj4H2rBP74lW3HF8CHSm7lQ=";
   };
 
-  preConfigure = ''
+  postPatch = ''
     export SASSC_VERSION=${version}
   '';