Merge pull request #11971 from Denommus/master
Adding which and curl as dependencies to playonlinux
This commit is contained in:
commit
bd3ef3d1be
@ -17,6 +17,8 @@
|
|||||||
, xterm
|
, xterm
|
||||||
, pkgs
|
, pkgs
|
||||||
, pkgsi686Linux
|
, pkgsi686Linux
|
||||||
|
, which
|
||||||
|
, curl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux;
|
||||||
@ -39,6 +41,8 @@ let
|
|||||||
wine
|
wine
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
xterm
|
xterm
|
||||||
|
which
|
||||||
|
curl
|
||||||
];
|
];
|
||||||
|
|
||||||
ld32 =
|
ld32 =
|
||||||
|
@ -29,10 +29,9 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
git autoconf automake gnum4 libtool perl pkgconfig gettext uthash
|
git autoconf automake gnum4 libtool perl pkgconfig gettext uthash
|
||||||
python freetype zlib glib libungif libpng libjpeg libtiff libxml2
|
python freetype zlib glib libungif libpng libjpeg libtiff libxml2
|
||||||
|
pango
|
||||||
]
|
]
|
||||||
++ lib.optionals withGTK [ gtk2 ]
|
++ lib.optionals withGTK [ gtk2 ];
|
||||||
# I'm not sure why pango doesn't seem necessary on Linux
|
|
||||||
++ lib.optionals stdenv.isDarwin [ pango ];
|
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
lib.optionals (!withPython) [ "--disable-python-scripting" "--disable-python-extension" ]
|
lib.optionals (!withPython) [ "--disable-python-scripting" "--disable-python-extension" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user