3
0
Fork 0
forked from mirrors/nixpkgs

pantheon: use dontConfigure where applicable

This commit is contained in:
worldofpeace 2019-08-05 13:26:19 -04:00
parent 519e4d2508
commit bd429bb06c
4 changed files with 4 additions and 0 deletions

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
};
dontBuild = true;
dontConfigure = true;
installPhase = ''
mkdir -p $out/share/backgrounds/elementary

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
];
dontBuild = true;
dontConfigure = true;
installPhase = ''
mkdir -p $out/etc/gtk-3.0

View file

@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
};
dontBuild = true;
dontConfigure = true;
installPhase = ''
mkdir -p $out/share/applications

View file

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
];
dontBuild = true;
dontConfigure = true;
installPhase = ''
mkdir -p $out/share/contractor