1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #336743 from pbsds/migrate-buildphase-1724408288

treewide: `buildPhase="true"` -> `dontBuild=true`
This commit is contained in:
Philip Taron 2024-08-23 15:14:04 -07:00 committed by GitHub
commit c3ede4ac04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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