GNU MIG: Add a `raw' version, without `forceSystem'.
svn path=/nixpkgs/trunk/; revision=33124
This commit is contained in:
parent
2e0ae13f68
commit
90b8995e04
|
@ -78,6 +78,11 @@ rec {
|
|||
stdenv = (forceSystem "i686-linux").stdenv;
|
||||
};
|
||||
|
||||
# XXX: Use this one for its `.hostDrv'. Using the one above from
|
||||
# `x86_64-linux' leads to building a different cross-toolchain because of
|
||||
# the `forceSystem'.
|
||||
mig_raw = callPackage ./mig {};
|
||||
|
||||
smbfs = callPackage ./smbfs {
|
||||
samba = samba_light;
|
||||
hurd = hurdCross;
|
||||
|
|
Loading…
Reference in New Issue