1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

treewide: buildPhase="true" -> dontBuild=true

This commit is contained in:
Peder Bergebakken Sundt 2024-08-23 12:21:08 +02:00
parent 79b9459370
commit 63c88c4e8a
6 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation {
'';
# the build needs a bit of work...
buildPhase = "true";
dontBuild = true;
installPhase = ''
mkdir -p $out/bin $out/share/mcy/{dash,scripts}
install mcy.py $out/bin/mcy && chmod +x $out/bin/mcy

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ wrapPython qt5.wrapQtAppsHook dos2unix ];
buildPhase = "true";
dontBuild = true;
installPhase = ''
mkdir -p $out/opt/sumorobot-manager

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
substituteInPlace Makefile --replace '$(DESTDIR)'/usr $out
'';
buildPhase = "true";
dontBuild = true;
installPhase = ''
runHook preInstall

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
# everything is done in `make install`
buildPhase = "true";
dontBuild = true;
installFlags = [
"PREFIX=$(out)"

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
libraries = lib.makeLibraryPath [ gtk2 curl ];
buildPhase = "true";
dontBuild = true;
installPhase = ''
install -m 644 -D $src $out/bin/ckan.exe

View file

@ -20,7 +20,7 @@ in stdenv.mkDerivation {
};
dontConfigure = true;
buildPhase = "true";
dontBuild = true;
installPhase = ''
mkdir -p $out/bin
mkdir -p $out/share/man/man1