forked from mirrors/nixpkgs
util-linux: 2.26.1 -> 2.26.2
This commit is contained in:
parent
85932bc5a9
commit
7a9e0a5ae4
|
@ -1,15 +1,16 @@
|
||||||
{ stdenv, fetchurl, zlib, ncurses ? null, perl ? null, pam }:
|
{ stdenv, fetchurl, zlib, ncurses ? null, perl ? null, pam }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "util-linux-2.26.1";
|
name = "util-linux-2.26.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/utils/util-linux/v2.26/${name}.tar.xz";
|
url = "mirror://kernel/linux/utils/util-linux/v2.26/${name}.tar.xz";
|
||||||
sha256 = "0vmvk5khfwf71xbsnplvmk9ikwnlbhysc96mnkgwpqk2faairp12";
|
sha256 = "0rlnzmiqdannzf81fbh41541lrck63v9zhskm6h4i2jj8ahvsa8f";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./rtcwake-search-PATH-for-shutdown.patch
|
patches = [
|
||||||
];
|
./rtcwake-search-PATH-for-shutdown.patch
|
||||||
|
];
|
||||||
|
|
||||||
#FIXME: make it also work on non-nixos?
|
#FIXME: make it also work on non-nixos?
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue