about summary refs log tree commit diff
path: root/pkgs/development/libraries/libsass
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-05-17 22:10:33 +0300
committerArtturin <Artturin@artturin.com>2022-05-23 17:18:50 +0300
commitb3caa2f1fed4526fa0d6744c353f3c7678d4bb40 (patch)
tree075c7d92742b89b428aae317196c1e0f2dcc1dc7 /pkgs/development/libraries/libsass
parent5a6a31e54ddaf59aa8e1c5e7e9b02623d4881c34 (diff)
treewide: extraPostFetch -> postFetch
Diffstat (limited to 'pkgs/development/libraries/libsass')
-rw-r--r--pkgs/development/libraries/libsass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libsass/default.nix b/pkgs/development/libraries/libsass/default.nix
index 83df5161a8ef1..f4293952b9f40 100644
--- a/pkgs/development/libraries/libsass/default.nix
+++ b/pkgs/development/libraries/libsass/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "1cxj6r85d5f3qxdwzxrmkx8z875hig4cr8zsi30w6vj23cyds3l2";
     # Remove unicode file names which leads to different checksums on HFS+
     # vs. other filesystems because of unicode normalisation.
-    extraPostFetch = ''
+    postFetch = ''
       rm -r $out/test/e2e/unicode-pwd
     '';
   };