tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
treewide: more fixes of phases after bash 4.3 -> 4.4
Vladimír Čunát
9 years ago
75fc704c
29e93555
+3
-4
4 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
pcmanx-gtk2
default.nix
misc
themes
orion
default.nix
tools
text
zimreader
default.nix
zimwriterfs
default.nix
+1
-1
pkgs/applications/misc/pcmanx-gtk2/default.nix
···
9
10
buildInputs = [ gtk2 libXft intltool automake115x autoconf libtool pkgconfig ];
11
12
-
preConfigurePhases = ''
13
./autogen.sh
14
'';
15
···
9
10
buildInputs = [ gtk2 libXft intltool automake115x autoconf libtool pkgconfig ];
11
12
+
preConfigure = ''
13
./autogen.sh
14
'';
15
-1
pkgs/misc/themes/orion/default.nix
···
11
12
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
13
14
-
phases = "$prePhases unpackPhase installPhase fixupPhase $postPhases";
15
installPhase = ''
16
mkdir -p $out/share/themes/orion
17
cp -r gtk-2.0 gtk-3.0 metacity-1 openbox-3 xfwm4 $out/share/themes/orion
···
11
12
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
13
0
14
installPhase = ''
15
mkdir -p $out/share/themes/orion
16
cp -r gtk-2.0 gtk-3.0 metacity-1 openbox-3 xfwm4 $out/share/themes/orion
+1
-1
pkgs/tools/text/zimreader/default.nix
···
24
enableParallelBuilding = true;
25
buildInputs = [ automake autoconf libtool zimlib cxxtools tntnet ];
26
setSourceRoot = "cd openzim-*/zimreader; export sourceRoot=`pwd`";
27
-
preConfigurePhases = [ "./autogen.sh" ];
28
29
meta = {
30
description = "A tool to serve ZIM files using HTTP";
···
24
enableParallelBuilding = true;
25
buildInputs = [ automake autoconf libtool zimlib cxxtools tntnet ];
26
setSourceRoot = "cd openzim-*/zimreader; export sourceRoot=`pwd`";
27
+
preConfigure = "./autogen.sh";
28
29
meta = {
30
description = "A tool to serve ZIM files using HTTP";
+1
-1
pkgs/tools/text/zimwriterfs/default.nix
···
12
13
buildInputs = [ automake autoconf libtool lzma pkgconfig zimlib file zlib ];
14
setSourceRoot = "cd openzim-*/zimwriterfs; export sourceRoot=`pwd`";
15
-
preConfigurePhases = [ "./autogen.sh" ];
16
17
meta = {
18
description = "A console tool to create ZIM files";
···
12
13
buildInputs = [ automake autoconf libtool lzma pkgconfig zimlib file zlib ];
14
setSourceRoot = "cd openzim-*/zimwriterfs; export sourceRoot=`pwd`";
15
+
preConfigure = "./autogen.sh";
16
17
meta = {
18
description = "A console tool to create ZIM files";