Compare commits
2 commits
e2013960fe
...
eaf01d93e4
| Author | SHA1 | Date | |
|---|---|---|---|
| eaf01d93e4 | |||
| c369938064 |
1 changed files with 5 additions and 3 deletions
|
|
@ -135,7 +135,7 @@ let
|
|||
});
|
||||
};
|
||||
|
||||
icons = stdenvNoCC.mkDerivation {
|
||||
icons = stdenvNoCC.mkDerivation (drv: {
|
||||
pname = "tlaternet-icons";
|
||||
version = "1.0";
|
||||
|
||||
|
|
@ -143,7 +143,9 @@ let
|
|||
|
||||
dontUnpack = true;
|
||||
|
||||
nativeBuildInputs = [ inkscape ];
|
||||
nativeBuildInputs = [
|
||||
inkscape
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
inkscape -w 48 -h 48 $src --export-filename=favicon-48.png
|
||||
|
|
@ -154,7 +156,7 @@ let
|
|||
cp $src $out/icon.svg
|
||||
cp favicon-48.png $out/
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
||||
assets = symlinkJoin {
|
||||
name = "assets-${cargoMetadata.package.name}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue