treewide: buildPhase="true"
-> dontBuild=true
This commit is contained in:
parent
79b9459370
commit
63c88c4e8a
@ -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
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ wrapPython qt5.wrapQtAppsHook dos2unix ];
|
||||
|
||||
buildPhase = "true";
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/opt/sumorobot-manager
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace Makefile --replace '$(DESTDIR)'/usr $out
|
||||
'';
|
||||
|
||||
buildPhase = "true";
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
# everything is done in `make install`
|
||||
buildPhase = "true";
|
||||
dontBuild = true;
|
||||
|
||||
installFlags = [
|
||||
"PREFIX=$(out)"
|
||||
|
@ -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
|
||||
|
@ -20,7 +20,7 @@ in stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
dontConfigure = true;
|
||||
buildPhase = "true";
|
||||
dontBuild = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
mkdir -p $out/share/man/man1
|
||||
|
Loading…
Reference in New Issue
Block a user