Reverting update: strange things refuse to build with new util-linux

svn path=/nixpkgs/trunk/; revision=28668
This commit is contained in:
Michael Raskin 2011-08-18 19:50:18 +00:00
parent e0c0d79a4d
commit ed43dce21c

View file

@ -1,12 +1,11 @@
{ stdenv, fetchurl, ncurses ? null, perl ? null }:
stdenv.mkDerivation rec {
version = "2.19.1";
name = "util-linux-ng-2.19.1";
name = "util-linux-ng-2.18";
src = fetchurl {
url = "mirror://kernel/linux/utils/util-linux-ng/v2.19/util-linux-${version}.tar.bz2";
sha256 = "d3eac4afcc687b3ae1ffedcab2dc12df84c7ba7045cce31386d2b7040a011c7d";
url = "mirror://kernel/linux/utils/util-linux-ng/v2.18/${name}.tar.bz2";
sha256 = "1k1in1ba9kvh0kplri9765wh0yk68qrkk1a55dqsm21qfryc1idq";
};
# !!! It would be better to obtain the path to the mount helpers