forked from mirrors/nixpkgs
playonlinux: needs which and curl during runtime
This commit is contained in:
parent
5cfeedc914
commit
9c6fecbda0
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue