about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-24 19:17:55 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-25 19:04:24 -0500
commitc25907d072742e9720b713d7116793e0d8a623c5 (patch)
tree2bfd2598af8606f89200c02e94763c3971e8269e /pkgs/tools/networking
parent70936ce3f8691f868f9bac0eb3668f9f4af386af (diff)
downloadnixlib-c25907d072742e9720b713d7116793e0d8a623c5.tar
nixlib-c25907d072742e9720b713d7116793e0d8a623c5.tar.gz
nixlib-c25907d072742e9720b713d7116793e0d8a623c5.tar.bz2
nixlib-c25907d072742e9720b713d7116793e0d8a623c5.tar.lz
nixlib-c25907d072742e9720b713d7116793e0d8a623c5.tar.xz
nixlib-c25907d072742e9720b713d7116793e0d8a623c5.tar.zst
nixlib-c25907d072742e9720b713d7116793e0d8a623c5.zip
network-manager: multiple outputs
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/network-manager/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/network-manager/default.nix b/pkgs/tools/networking/network-manager/default.nix
index afdca314ae64..ecc8f1908de0 100644
--- a/pkgs/tools/networking/network-manager/default.nix
+++ b/pkgs/tools/networking/network-manager/default.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
     sha256 = "17jan0g5jzp8mrpklyacwdgnnw016m1c5pc4az5im6qhc260yirs";
   };
 
+  outputs = [ "dev" "out" ];
+
   preConfigure = ''
     substituteInPlace configure --replace /usr/bin/uname ${coreutils}/bin/uname
     substituteInPlace configure --replace /usr/bin/file ${file}/bin/file