tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gawkextlib: unstable-2019-11-21 -> unstable-2022-10-20
Tom Bereknyei
2 years ago
1d5976fa
8a294d53
+9
-8
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
gawk
gawkextlib.nix
+9
-8
pkgs/tools/text/gawk/gawkextlib.nix
···
9
let is_extension = gawkextlib != null;
10
in stdenv.mkDerivation rec {
11
pname = "gawkextlib-${name}";
12
-
version = "unstable-2019-11-21";
13
14
src = fetchgit {
15
url = "git://git.code.sf.net/p/gawkextlib/code";
16
-
rev = "f70f10da2804e4fd0a0bac57736e9c1cf21e345d";
17
-
sha256 = "0r8fz89n3l4dfszs1980yqj0ah95430lj0y1lb7blfkwxa6c2xik";
18
};
19
20
postPatch = ''
···
83
name = "gd";
84
extraBuildInputs = [ gd ];
85
};
86
-
haru = buildExtension {
87
-
inherit gawkextlib;
88
-
name = "haru";
89
-
extraBuildInputs = [ libharu ];
90
-
};
0
91
json = buildExtension {
92
inherit gawkextlib;
93
name = "json";
···
9
let is_extension = gawkextlib != null;
10
in stdenv.mkDerivation rec {
11
pname = "gawkextlib-${name}";
12
+
version = "unstable-2022-10-20";
13
14
src = fetchgit {
15
url = "git://git.code.sf.net/p/gawkextlib/code";
16
+
rev = "f6c75b4ac1e0cd8d70c2f6c7a8d58b4d94cfde97";
17
+
sha256 = "sha256-0p3CrQ3TBl7UcveZytK/9rkAzn69RRM2GwY2eCeqlkg=";
18
};
19
20
postPatch = ''
···
83
name = "gd";
84
extraBuildInputs = [ gd ];
85
};
86
+
# Build has been broken: https://github.com/NixOS/nixpkgs/issues/191072
87
+
# haru = buildExtension {
88
+
# inherit gawkextlib;
89
+
# name = "haru";
90
+
# extraBuildInputs = [ libharu ];
91
+
# };
92
json = buildExtension {
93
inherit gawkextlib;
94
name = "json";