File tree 1 file changed +3
-3
lines changed
pkgs/data/fonts/terminus-font-ttf
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ stdenv.mkDerivation rec {
9
9
sha256 = "c3cb690c2935123035a0b1f3bfdd9511c282dab489cd423e161a47c592edf188" ;
10
10
} ;
11
11
12
- buildInputs = [ unzip ] ;
12
+ nativeBuildInputs = [ unzip ] ;
13
13
14
14
installPhase = ''
15
15
for i in *.ttf; do
16
16
local destname="$(echo "$i" | sed -E 's|-[[:digit:].]+\.ttf$|.ttf|')"
17
17
install -Dm 644 "$i" "$out/share/fonts/truetype/$destname"
18
18
done
19
19
20
- install -Dm 644 COPYING "$out/share/doc/COPYING"
20
+ install -Dm 644 COPYING "$out/share/doc/terminus-font-ttf/ COPYING"
21
21
'' ;
22
22
23
23
meta = with stdenv . lib ; {
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
29
29
homepage = http://files.ax86.net/terminus-ttf ;
30
30
license = licenses . ofl ;
31
31
maintainers = with maintainers ; [ okasu ] ;
32
- platforms = platforms . linux ;
32
+ platforms = platforms . unix ;
33
33
} ;
34
34
}
You can’t perform that action at this time.
1 commit comments
vcunat commentedon Jul 8, 2017
/cc maintainer @okasu.