treewide: convert phases that contain ":" to dont* = true (#130500)

This commit is contained in:
Sandro
2021-07-18 23:42:48 +02:00
committed by GitHub
parent 967d40bec1
commit d5bd34ebf2
27 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
sha256 = "1riz0xvwb6y02j0fljbr9hcbqb2jqs4njlivmavy9ysbcrrv1vrf";
};
buildPhase = ":";
dontBuild = true;
installPhase = ''
mkdir -p $out/share/postgresql/extension
cp pg*sql *.control $out/share/postgresql/extension