mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
Merge pull request #171499 from cdepillabout/purescript-no-ncurses
This commit is contained in:
commit
4ba3767e4d
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgs, fetchurl, zlib, gmp, ncurses5, lib }:
|
{ stdenv, pkgs, fetchurl, zlib, gmp, lib }:
|
||||||
|
|
||||||
# from justinwoo/easy-purescript-nix
|
# from justinwoo/easy-purescript-nix
|
||||||
# https://github.com/justinwoo/easy-purescript-nix/blob/d383972c82620a712ead4033db14110497bc2c9c/purs.nix
|
# https://github.com/justinwoo/easy-purescript-nix/blob/d383972c82620a712ead4033db14110497bc2c9c/purs.nix
|
||||||
@ -35,9 +35,7 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
buildInputs = [ zlib
|
buildInputs = [ zlib gmp ];
|
||||||
gmp
|
|
||||||
ncurses5 ];
|
|
||||||
libPath = lib.makeLibraryPath buildInputs;
|
libPath = lib.makeLibraryPath buildInputs;
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user