Compare commits
2 Commits
ea9d993324
...
21592dc57d
Author | SHA1 | Date | |
---|---|---|---|
21592dc57d | |||
16cf16e2c4 |
@ -11,7 +11,11 @@ pkgs.stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
install -Dm444 -t $out/share/fonts/truetype $src/*.ttf
|
||||
runHook preInstall
|
||||
|
||||
install -D -m444 -t $out/share/fonts/truetype $src/*.ttf
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
|
@ -11,7 +11,11 @@ pkgs.stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
install -Dm444 -t $out/share/fonts/truetype $src/*.ttf
|
||||
runHook preInstall
|
||||
|
||||
install -D -m444 -t $out/share/fonts/truetype $src/*.ttf
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
description = "A very basic flake";
|
||||
description = "A flake that installs SMC fonts. It follows unstable.";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
@ -11,7 +11,11 @@ pkgs.stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
install -Dm444 -t $out/share/fonts/opentype $src/*.otf
|
||||
runHook preInstall
|
||||
|
||||
install -D -m444 -t $out/share/fonts/opentype $src/*.otf
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user