libertine: set platforms
field
Also make the `fontforge` build input a native build input.
This commit is contained in:
parent
9769952933
commit
5474d37d58
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
setSourceRoot = "sourceRoot=`pwd`";
|
||||
|
||||
buildInputs = [ fontforge ];
|
||||
nativeBuildInputs = [ fontforge ];
|
||||
|
||||
buildPhase = ''
|
||||
for i in *.sfd; do
|
||||
|
@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "Linux Libertine Fonts";
|
||||
homepage = http://linuxlibertine.sf.net;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue