3
0
Fork 0
forked from mirrors/nixpkgs

playonlinux: needs which and curl during runtime

This commit is contained in:
Yuri Albuquerque 2015-12-27 00:01:58 -04:00
parent 5cfeedc914
commit 9c6fecbda0

View file

@ -17,6 +17,8 @@
, xterm
, pkgs
, pkgsi686Linux
, which
, curl
}:
assert stdenv.isLinux;
@ -39,6 +41,8 @@ let
wine
xdg-user-dirs
xterm
which
curl
];
ld32 =