1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "074kvacdan85h4qrvsk97575ys9xgkc044gplz3m6vn4a8pcl2rn";
12 # Remove unicode file names which leads to different checksums on HFS+
13 # vs. other filesystems because of unicode normalisation.
15 rm -r $out/test/e2e/unicode-pwd
20 export LIBSASS_VERSION=${version}
23 nativeBuildInputs = [ autoreconfHook ];
26 description = "A C/C++ implementation of a Sass compiler";
27 homepage = "https://github.com/sass/libsass";
28 license = licenses.mit;
29 maintainers = with maintainers; [ codyopel offline ];
30 platforms = platforms.unix;