mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
haskell-generic-stack-builder: strip trailing whitespace
This commit is contained in:
parent
86d0a9c420
commit
798a14d22c
@ -14,7 +14,7 @@ stdenv.mkDerivation (args // {
|
||||
buildInputs ++
|
||||
optional stdenv.isLinux glibcLocales ++
|
||||
[ ghc pkgconfig ];
|
||||
|
||||
|
||||
STACK_IN_NIX_SHELL=1;
|
||||
STACK_IN_NIX_EXTRA_ARGS =
|
||||
concatMap (pkg: ["--extra-lib-dirs=${pkg}/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user