tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hexfiend: fix platform meta
Emily Trau
2 years ago
f9dcbee5
f4d78cae
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
darwin
hexfiend
default.nix
+2
-1
pkgs/os-specific/darwin/hexfiend/default.nix
···
21
homepage = "http://hexfiend.com/";
22
changelog = "https://hexfiend.github.io/HexFiend/ReleaseNotes.html";
23
license = licenses.bsd2;
0
24
maintainers = with maintainers; [ eliandoran ];
25
-
platforms = [ "x86_64-darwin" ];
26
};
27
}
···
21
homepage = "http://hexfiend.com/";
22
changelog = "https://hexfiend.github.io/HexFiend/ReleaseNotes.html";
23
license = licenses.bsd2;
24
+
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
25
maintainers = with maintainers; [ eliandoran ];
26
+
platforms = platforms.darwin;
27
};
28
}