mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 19:16:47 +03:00
Merge pull request #244797 from emilytrau/hexfiend-platforms
hexfiend: fix platform meta
This commit is contained in:
commit
f0cb1580fb
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://hexfiend.com/";
|
homepage = "http://hexfiend.com/";
|
||||||
changelog = "https://hexfiend.github.io/HexFiend/ReleaseNotes.html";
|
changelog = "https://hexfiend.github.io/HexFiend/ReleaseNotes.html";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
maintainers = with maintainers; [ eliandoran ];
|
maintainers = with maintainers; [ eliandoran ];
|
||||||
platforms = [ "x86_64-darwin" ];
|
platforms = platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue