mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
diffuse: macos support
This commit is contained in:
parent
b3440c2e35
commit
5094b5f659
@ -45,6 +45,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||
pygobject3
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
# app bundle for macos
|
||||
substituteInPlace src/diffuse/meson.build data/icons/meson.build --replace "/Applications" "$out/Applications";
|
||||
'';
|
||||
|
||||
mesonFlags = [
|
||||
"-Db_ndebug=true"
|
||||
];
|
||||
@ -63,6 +68,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "Graphical tool for merging and comparing text files";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ k3a ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user