treewide: use dontUnpack

This commit is contained in:
worldofpeace
2019-07-01 04:23:51 -04:00
parent b10e462404
commit 3f4a353737
84 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
})
];
unpackPhase = ":";
dontUnpack = true;
installPhase = ''
find $srcs -name '*.ttf' -exec install -m644 -Dt $out/share/fonts/truetype/migmix {} \;
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
})
];
unpackPhase = ":";
dontUnpack = true;
installPhase = ''
find $srcs -name '*.ttf' | xargs install -m644 --target $out/share/fonts/truetype/migu -D
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
sourceRoot = ".";
unpackPhase = "true";
dontUnpack = true;
installPhase = ''
mkdir -p $out/share/fonts/opentype
+1 -1
View File
@@ -6,7 +6,7 @@ let
stdenv.mkDerivation {
inherit name src;
unpackPhase = "true";
dontUnpack = true;
installPhase = ''
mkdir -p $out/share/artwork/gnome
@@ -17,7 +17,7 @@ in
stdenv.mkDerivation {
name = "docbook-sgml-3.1";
unpackPhase = "true";
dontUnpack = true;
nativeBuildInputs = [ unzip ];
@@ -17,7 +17,7 @@ in
stdenv.mkDerivation {
name = "docbook-sgml-4.1";
unpackPhase = "true";
dontUnpack = true;
nativeBuildInputs = [ unzip ];