about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-12-04 21:45:37 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-12-04 21:45:37 +0000
commit1b62c9c06173f4d5e6b090e5ae0c68fa5f478faf (patch)
treef5a92c326f0ae5e8922876e96e83cf94c9fe2aeb /pkgs/shells
parentcd9d91306c7f4f3d00c4f21ebbd864a186c8d4a3 (diff)
I made changes to achieve a working cross-built gcc wrapper. Now,
"gcc45.hostDrv" works in the host system, together with libc, binutils, dynamic
linker, ...


svn path=/nixpkgs/branches/stdenv-updates/; revision=24971
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/shells/bash/default.nix b/pkgs/shells/bash/default.nix
index 60eaf4d4dab3a..f29d4354a06ac 100644
--- a/pkgs/shells/bash/default.nix
+++ b/pkgs/shells/bash/default.nix
@@ -81,4 +81,8 @@ stdenv.mkDerivation rec {
 
     maintainers = [ stdenv.lib.maintainers.ludo ];
   };
+
+  passthru = {
+    shellPath = "/bin/bash";
+  };
 }