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
9
10
10
buildInputs = [ gtk2 libXft intltool automake115x autoconf libtool pkgconfig ];
11
11
12
12
-
preConfigurePhases = ''
12
12
+
preConfigure = ''
13
13
./autogen.sh
14
14
'';
15
15
-1
pkgs/misc/themes/orion/default.nix
···
11
11
12
12
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
13
13
14
14
-
phases = "$prePhases unpackPhase installPhase fixupPhase $postPhases";
15
14
installPhase = ''
16
15
mkdir -p $out/share/themes/orion
17
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
24
enableParallelBuilding = true;
25
25
buildInputs = [ automake autoconf libtool zimlib cxxtools tntnet ];
26
26
setSourceRoot = "cd openzim-*/zimreader; export sourceRoot=`pwd`";
27
27
-
preConfigurePhases = [ "./autogen.sh" ];
27
27
+
preConfigure = "./autogen.sh";
28
28
29
29
meta = {
30
30
description = "A tool to serve ZIM files using HTTP";
+1
-1
pkgs/tools/text/zimwriterfs/default.nix
···
12
12
13
13
buildInputs = [ automake autoconf libtool lzma pkgconfig zimlib file zlib ];
14
14
setSourceRoot = "cd openzim-*/zimwriterfs; export sourceRoot=`pwd`";
15
15
-
preConfigurePhases = [ "./autogen.sh" ];
15
15
+
preConfigure = "./autogen.sh";
16
16
17
17
meta = {
18
18
description = "A console tool to create ZIM files";