Merge staging into master
Brings in:
- changed output order for multiple outputs:
https://github.com/NixOS/nixpkgs/pull/14766
- audit disabled by default
https://github.com/NixOS/nixpkgs/pull/17916
Conflicts:
pkgs/development/libraries/openldap/default.nix
This commit is contained in:
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1xknlg2h287dx34v2n5r33bpcl4biqf0cv7nak657rjki7s0k4bk";
|
||||
};
|
||||
|
||||
outputs = [ "out" "minimal" ];
|
||||
|
||||
buildFlags = "full-ttf";
|
||||
|
||||
preBuild = "patchShebangs scripts";
|
||||
@@ -22,6 +24,10 @@ stdenv.mkDerivation rec {
|
||||
for i in $(find build -name '*.ttf'); do
|
||||
cp $i $out/share/fonts/truetype;
|
||||
done;
|
||||
'' + ''
|
||||
local fname=share/fonts/truetype/DejaVuSans.ttf
|
||||
moveToOutput "$fname" "$minimal"
|
||||
ln -s "$minimal/$fname" "$out/$fname"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user