mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
util-linux: Update to 2.24.1
This commit is contained in:
parent
c81565f6cf
commit
7438b95437
@ -1,13 +1,11 @@
|
||||
{ stdenv, fetchurl, zlib, ncurses ? null, perl ? null, pam }:
|
||||
let
|
||||
ver = "2.24";
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "util-linux-${ver}";
|
||||
name = "util-linux-2.24.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.kernel.org/pub/linux/utils/util-linux/v${ver}/${name}.tar.bz2";
|
||||
sha256 = "1nfnymj03rdcxjb677a9qq1zirppr8csh32cb85qm23x5xndi6v3";
|
||||
url = "http://www.kernel.org/pub/linux/utils/util-linux/v2.24/${name}.tar.xz";
|
||||
sha256 = "0444xhfm9525v3aagyfbp38mp7xsw2fn9zg4ya713c7s5hivcpl3";
|
||||
};
|
||||
|
||||
crossAttrs = {
|
||||
@ -19,8 +17,6 @@ stdenv.mkDerivation rec {
|
||||
# (/sbin/mount.*) through an environment variable, but that's
|
||||
# somewhat risky because we have to consider that mount can setuid
|
||||
# root...
|
||||
# --enable-libmount-mount fixes the behaviour being /etc/mtab a symlink to /proc/monunts
|
||||
# http://pl.digipedia.org/usenet/thread/19513/1924/
|
||||
configureFlags = ''
|
||||
--enable-write
|
||||
--enable-last
|
||||
|
Loading…
Reference in New Issue
Block a user