fix favicon derivation
This commit is contained in:
parent
9dd0b4327d
commit
dd1418b55a
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
{stdenv}: {
|
{stdenv}: stdenv.mkDerivation {
|
||||||
name = "favicon.png";
|
name = "favicon.png";
|
||||||
src = ../../icons/favicon/favicon.png;
|
src = ../../icons/favicon/favicon.png;
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
cp $src $out
|
||||||
cp favicon.png $out
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue