pantheon: use dontConfigure where applicable

This commit is contained in:
worldofpeace
2019-08-05 18:41:34 -04:00
parent 519e4d2508
commit bd429bb06c
4 changed files with 4 additions and 0 deletions
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
};
dontBuild = true;
dontConfigure = true;
installPhase = ''
mkdir -p $out/share/backgrounds/elementary
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
];
dontBuild = true;
dontConfigure = true;
installPhase = ''
mkdir -p $out/etc/gtk-3.0
@@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
};
dontBuild = true;
dontConfigure = true;
installPhase = ''
mkdir -p $out/share/applications
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
];
dontBuild = true;
dontConfigure = true;
installPhase = ''
mkdir -p $out/share/contractor