mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 03:55:44 +03:00
add MAKEDEV and a wrapper
svn path=/nixpkgs/trunk/; revision=6059
This commit is contained in:
parent
7bd7fef590
commit
c064d7d10f
1 changed files with 8 additions and 0 deletions
|
@ -1842,6 +1842,14 @@ rec {
|
||||||
gcc = stdenv.gcc;
|
gcc = stdenv.gcc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
MAKEDEV = (import ../os-specific/linux/MAKEDEV) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
|
MAKEDEVwrapper = (import ../os-specific/linux/MAKEDEV-wrapper) {
|
||||||
|
inherit stdenv MAKEDEV;
|
||||||
|
};
|
||||||
|
|
||||||
eject = (import ../os-specific/linux/eject) {
|
eject = (import ../os-specific/linux/eject) {
|
||||||
inherit fetchurl stdenv gettext;
|
inherit fetchurl stdenv gettext;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue