* GNU parted: e2fsprogs -> libuuid.
svn path=/nixpkgs/trunk/; revision=16694
This commit is contained in:
parent
a63c9c8e71
commit
130b060d90
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, devicemapper, e2fsprogs, gettext, readline }:
|
||||
{ stdenv, fetchurl, devicemapper, libuuid, gettext, readline }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "parted-1.9.0";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "02amqpzl8lgk247cjsbaz1nsiz9i1pbj0adx0z109h94p90i48sk";
|
||||
};
|
||||
|
||||
buildInputs = [ devicemapper e2fsprogs gettext readline ];
|
||||
buildInputs = [ devicemapper libuuid gettext readline ];
|
||||
|
||||
# XXX: For some reason our libreadline.so doesn't have libncurses as
|
||||
# NEEDED and `configure' links with `-Wl,--as-needed' so when
|
||||
|
@ -1129,7 +1129,7 @@ let
|
||||
};
|
||||
|
||||
parted = import ../tools/misc/parted {
|
||||
inherit fetchurl stdenv devicemapper e2fsprogs gettext readline;
|
||||
inherit fetchurl stdenv devicemapper libuuid gettext readline;
|
||||
};
|
||||
|
||||
patch = gnupatch;
|
||||
@ -3980,11 +3980,12 @@ let
|
||||
inherit fetchurl stdenv liboil pkgconfig;
|
||||
};
|
||||
|
||||
SDL = import ../development/libraries/SDL {
|
||||
SDL = makeOverridable (import ../development/libraries/SDL) {
|
||||
inherit fetchurl stdenv pkgconfig x11 mesa alsaLib pulseaudio;
|
||||
inherit (xlibs) libXrandr;
|
||||
openglSupport = mesaSupported;
|
||||
alsaSupport = true;
|
||||
pulseaudioSupport = false; # better go through ALSA
|
||||
};
|
||||
|
||||
SDL_image = import ../development/libraries/SDL_image {
|
||||
@ -4761,8 +4762,8 @@ let
|
||||
|
||||
hal = import ../os-specific/linux/hal {
|
||||
inherit fetchurl stdenv pkgconfig python pciutils usbutils expat
|
||||
libusb dbus dbus_glib libuuid perl perlXMLParser
|
||||
gettext zlib eject libsmbios udev gperf dmidecode;
|
||||
libusb dbus dbus_glib libuuid perl perlXMLParser
|
||||
gettext zlib eject libsmbios udev gperf dmidecode;
|
||||
inherit (gtkLibs) glib;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user