mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
add findutilsStatic
svn path=/nixpkgs/trunk/; revision=6250
This commit is contained in:
parent
654f5a0529
commit
a5d5c22b6a
@ -136,6 +136,10 @@ rec {
|
||||
inherit stdenv findutils;
|
||||
};
|
||||
|
||||
findutilsStatic = (import ../tools/misc/findutils-static) {
|
||||
inherit stdenv fetchurl coreutils;
|
||||
};
|
||||
|
||||
getopt = (import ../tools/misc/getopt) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user