mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* More e2fsprogs -> libuuid.
svn path=/nixpkgs/trunk/; revision=16695
This commit is contained in:
parent
130b060d90
commit
bbf64219b4
@ -4,7 +4,7 @@ let
|
||||
|
||||
version = a.lib.attrByPath ["version"] "0.19" a;
|
||||
buildInputs = with a; [
|
||||
zlib e2fsprogs acl
|
||||
zlib libuuid acl
|
||||
];
|
||||
in
|
||||
rec {
|
||||
|
@ -5,7 +5,7 @@ rec {
|
||||
sha256 = "04vqdlg90j0mk5jkxpfg9fp6ss4gs1g5pappgns6183q3i6j02hd";
|
||||
};
|
||||
|
||||
buildInputs = [e2fsprogs];
|
||||
buildInputs = [libuuid];
|
||||
configureFlags = [];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
|
@ -1,11 +1,11 @@
|
||||
args : with args;
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = [ ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs_2.9.7-1.tar.gz http://ftp.lfs-matrix.org/pub/blfs/svn/x/xfsprogs_2.9.7-1.tar.gz ];
|
||||
url = [ ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/xfsprogs_2.9.7-1.tar.gz http://ftp.lfs-matrix.org/pub/blfs/svn/x/xfsprogs_2.9.7-1.tar.gz ];
|
||||
sha256 = "0g4pr1rv4lgc7vab18wiwrcr6jq40fs1krb2vfkgh779p7gf3il7";
|
||||
};
|
||||
|
||||
buildInputs = [libtool gettext e2fsprogs];
|
||||
buildInputs = [libtool gettext libuuid];
|
||||
configureFlags = [];
|
||||
|
||||
preConfigure = fullDepEntry (''
|
||||
|
@ -4690,7 +4690,7 @@ let
|
||||
};
|
||||
|
||||
btrfsProgs = builderDefsPackage (import ../os-specific/linux/btrfsprogs) {
|
||||
inherit e2fsprogs zlib acl;
|
||||
inherit libuuid zlib acl;
|
||||
};
|
||||
|
||||
cpufrequtils = import ../os-specific/linux/cpufrequtils {
|
||||
@ -4830,7 +4830,7 @@ let
|
||||
};
|
||||
|
||||
jfsUtils = builderDefsPackage (selectVersion ../os-specific/linux/jfsutils "1.1.12") {
|
||||
inherit e2fsprogs;
|
||||
inherit libuuid;
|
||||
};
|
||||
|
||||
kbd = import ../os-specific/linux/kbd {
|
||||
@ -5595,7 +5595,7 @@ let
|
||||
};
|
||||
|
||||
xfsProgs = builderDefsPackage (selectVersion ../os-specific/linux/xfsprogs "2.9.7-1"){
|
||||
inherit libtool gettext e2fsprogs;
|
||||
inherit libtool gettext libuuid;
|
||||
};
|
||||
|
||||
xmoto = builderDefsPackage (import ../games/xmoto) {
|
||||
|
Loading…
Reference in New Issue
Block a user