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