Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2017-07-03 09:48:58 +02:00
124 changed files with 4698 additions and 3339 deletions

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation {
'';
preBuild = ''
sed -e "s@/etc/@$out/etc/@g" -i Makefile
sed -e "s@/etc/@$out/etc/@g" -e "/chmod u+s/d" -i Makefile
'';
meta = {

View File

@@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
preConfigure = ''
substituteInPlace Makefile \
--replace /usr/local $out
--replace /usr/local $out \
--replace 4755 0755
'';
meta = with stdenv.lib; {

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "22-1.1";
src = fetchurl {
url = "mirror://debian/pool/main/k/kmod/kmod_${version}.debian.tar.xz";
url = "http://snapshot.debian.org/archive/debian/20160404T220610Z/pool/main/k/kmod/kmod_${version}.debian.tar.xz";
sha256 = "0daap2n4bvjqcnksaayy6csmdb1px4r02w3xp36bcp6w3lbnqamh";
};