dpkg, x2goclient: fix evaluation

Bed time.
This commit is contained in:
Tobias Geerinckx-Rice 2015-06-17 23:24:31 +02:00
parent bb42c215e2
commit 4e5e44140b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ cups libssh libXpm nxproxy openldap qt4 ]; buildInputs = [ cups libssh libXpm nxproxy openldap qt4 ];
nativeBuildInputs [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
patchPhase = '' patchPhase = ''
substituteInPlace Makefile \ substituteInPlace Makefile \

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation {
''; '';
buildInputs = [ perl zlib bzip2 xz ]; buildInputs = [ perl zlib bzip2 xz ];
nativeBuildInputs [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
postInstall = postInstall =
'' ''