mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
flips: unstable-2021-10-28 -> unstable-2023-03-15
This commit is contained in:
parent
a6b0b744ad
commit
3debecb546
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "flips";
|
pname = "flips";
|
||||||
version = "unstable-2021-10-28";
|
version = "unstable-2023-03-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Alcaro";
|
owner = "Alcaro";
|
||||||
repo = "Flips";
|
repo = "Flips";
|
||||||
rev = "3a8733e74c9bdbb6b89da2b45913a0be3d0e1866";
|
rev = "fdd5c6e34285beef5b9be759c9b91390df486c66";
|
||||||
sha256 = "1jik580mz2spik5mgh60h93ryaj5x8dffncnr1lwija0v803xld7";
|
hash = "sha256-uuHgpt7aWqiMTUILm5tAEGGeZrls3g/DdylYQgsfpTw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index c9d8b6d..9d66b0b 100644
|
index b3d5aeb..a5acc08 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -79,9 +79,7 @@ endif
|
@@ -83,9 +83,7 @@ endif
|
||||||
|
|
||||||
MOREFLAGS := $(CFLAGS_$(TARGET))
|
MOREFLAGS := $(CFLAGS_$(TARGET))
|
||||||
|
|
||||||
|
-DIVSUF := $(SRCDIR)/libdivsufsort-2.0.1
|
||||||
-DIVSUF := libdivsufsort-2.0.1
|
|
||||||
-SOURCES += $(DIVSUF)/lib/divsufsort.c $(DIVSUF)/lib/sssort.c $(DIVSUF)/lib/trsort.c
|
-SOURCES += $(DIVSUF)/lib/divsufsort.c $(DIVSUF)/lib/sssort.c $(DIVSUF)/lib/trsort.c
|
||||||
-MOREFLAGS += -I$(DIVSUF)/include -DHAVE_CONFIG_H -D__STDC_FORMAT_MACROS
|
-MOREFLAGS += -I$(DIVSUF)/include -DHAVE_CONFIG_H -D__STDC_FORMAT_MACROS
|
||||||
+MOREFLAGS += -ldivsufsort
|
+MOREFLAGS += -ldivsufsort
|
||||||
|
Loading…
Reference in New Issue
Block a user