Compare commits
2 commits
eaf01d93e4
...
e2013960fe
| Author | SHA1 | Date | |
|---|---|---|---|
| e2013960fe | |||
| 723286882f |
1 changed files with 3 additions and 5 deletions
|
|
@ -135,7 +135,7 @@ let
|
|||
});
|
||||
};
|
||||
|
||||
icons = stdenvNoCC.mkDerivation (drv: {
|
||||
icons = stdenvNoCC.mkDerivation {
|
||||
pname = "tlaternet-icons";
|
||||
version = "1.0";
|
||||
|
||||
|
|
@ -143,9 +143,7 @@ let
|
|||
|
||||
dontUnpack = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
inkscape
|
||||
];
|
||||
nativeBuildInputs = [ inkscape ];
|
||||
|
||||
buildPhase = ''
|
||||
inkscape -w 48 -h 48 $src --export-filename=favicon-48.png
|
||||
|
|
@ -156,7 +154,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