18d81e23fe
svn path=/nixpkgs/trunk/; revision=6142
10 lines
127 B
Nix
Executable file
10 lines
127 B
Nix
Executable file
let {
|
|
pkgs =
|
|
import ./all-packages.nix {
|
|
system = "i686-mingw";
|
|
};
|
|
|
|
body = {
|
|
inherit (pkgs) zlib;
|
|
};
|
|
}
|