nbd: 3.14 -> 3.17
remove deprecated patch
This commit is contained in:
parent
75a006c32e
commit
732b9d9943
@ -1,15 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib }:
|
{ stdenv, fetchurl, pkgconfig, glib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nbd-3.14";
|
name = "nbd-3.17";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/nbd/${name}.tar.xz";
|
url = "mirror://sourceforge/nbd/${name}.tar.xz";
|
||||||
sha256 = "0cc6wznvkgjv0fxsj3diy92qfsjrsw92m7yq13f044qarh726gad";
|
sha256 = "12fil2hb3gkxslr3nl9kak93n4iyhfs3zdwrmx9vjcxblfqnnp6r";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./dont-run-make-in-broken-systemd-subdir.patch ];
|
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig glib ]
|
[ pkgconfig glib ]
|
||||||
++ stdenv.lib.optional (stdenv ? glibc) stdenv.glibc.linuxHeaders;
|
++ stdenv.lib.optional (stdenv ? glibc) stdenv.glibc.linuxHeaders;
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -ubr nbd-3.14-orig/Makefile.in nbd-3.14-new/Makefile.in
|
|
||||||
--- nbd-3.14-orig/Makefile.in 2016-09-19 15:37:30.904176475 +0200
|
|
||||||
+++ nbd-3.14-new/Makefile.in 2016-09-19 15:39:43.813543062 +0200
|
|
||||||
@@ -403,7 +403,7 @@
|
|
||||||
top_build_prefix = @top_build_prefix@
|
|
||||||
top_builddir = @top_builddir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
-SUBDIRS = . man doc tests systemd gznbd
|
|
||||||
+SUBDIRS = . man doc tests gznbd
|
|
||||||
sbin_PROGRAMS = @NBD_CLIENT_NAME@
|
|
||||||
noinst_LTLIBRARIES = libnbdsrv.la libcliserv.la
|
|
||||||
libcliserv_la_SOURCES = cliserv.h cliserv.c
|
|
Loading…
Reference in New Issue
Block a user