summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-17 23:24:31 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-17 23:25:09 +0200
commit4e5e44140bfc27211dffbb3cd727842ab02eb9d6 (patch)
treeb1014015335930283703cafd84563308187be447
parentbb42c215e2a90c19e8c15e156976c004c4141f89 (diff)
downloadnixlib-4e5e44140bfc27211dffbb3cd727842ab02eb9d6.tar
nixlib-4e5e44140bfc27211dffbb3cd727842ab02eb9d6.tar.gz
nixlib-4e5e44140bfc27211dffbb3cd727842ab02eb9d6.tar.bz2
nixlib-4e5e44140bfc27211dffbb3cd727842ab02eb9d6.tar.lz
nixlib-4e5e44140bfc27211dffbb3cd727842ab02eb9d6.tar.xz
nixlib-4e5e44140bfc27211dffbb3cd727842ab02eb9d6.tar.zst
nixlib-4e5e44140bfc27211dffbb3cd727842ab02eb9d6.zip
dpkg, x2goclient: fix evaluation
Bed time.
-rw-r--r--pkgs/applications/networking/remote/x2goclient/default.nix2
-rw-r--r--pkgs/tools/package-management/dpkg/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/x2goclient/default.nix b/pkgs/applications/networking/remote/x2goclient/default.nix
index 4353f2510385..30e40a965f70 100644
--- a/pkgs/applications/networking/remote/x2goclient/default.nix
+++ b/pkgs/applications/networking/remote/x2goclient/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [ cups libssh libXpm nxproxy openldap qt4 ];
-  nativeBuildInputs [ makeWrapper ];
+  nativeBuildInputs = [ makeWrapper ];
 
   patchPhase = ''
      substituteInPlace Makefile \
diff --git a/pkgs/tools/package-management/dpkg/default.nix b/pkgs/tools/package-management/dpkg/default.nix
index dbe1e665411d..022b8dfc2ca4 100644
--- a/pkgs/tools/package-management/dpkg/default.nix
+++ b/pkgs/tools/package-management/dpkg/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
   '';
 
   buildInputs = [ perl zlib bzip2 xz ];
-  nativeBuildInputs [ makeWrapper ];
+  nativeBuildInputs = [ makeWrapper ];
 
   postInstall =
     ''