summary refs log tree commit diff
path: root/pkgs/tools/typesetting/sile
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-05-23 10:28:05 +0200
committerVladimír Čunát <v@cunat.cz>2022-05-23 10:28:05 +0200
commit4ddea71bbd7ea3586520598b9b6c2b3789fd2405 (patch)
tree54ec3b2672fad59e5428b77061a5fd5d1bfa5d2c /pkgs/tools/typesetting/sile
parent063c5603cfa27bbd547474cda7c62708b4b659a4 (diff)
downloadnixpkgs-4ddea71bbd7ea3586520598b9b6c2b3789fd2405.tar
nixpkgs-4ddea71bbd7ea3586520598b9b6c2b3789fd2405.tar.gz
nixpkgs-4ddea71bbd7ea3586520598b9b6c2b3789fd2405.tar.bz2
nixpkgs-4ddea71bbd7ea3586520598b9b6c2b3789fd2405.tar.lz
nixpkgs-4ddea71bbd7ea3586520598b9b6c2b3789fd2405.tar.xz
nixpkgs-4ddea71bbd7ea3586520598b9b6c2b3789fd2405.tar.zst
nixpkgs-4ddea71bbd7ea3586520598b9b6c2b3789fd2405.zip
Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
This reverts commit 9f4060c55289472edcd6a47b92cb3dc98380cbd8.
After the previous merge commit this should work now.
Diffstat (limited to 'pkgs/tools/typesetting/sile')
-rw-r--r--pkgs/tools/typesetting/sile/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/sile/default.nix b/pkgs/tools/typesetting/sile/default.nix
index 32374149190..7aca12e341c 100644
--- a/pkgs/tools/typesetting/sile/default.nix
+++ b/pkgs/tools/typesetting/sile/default.nix
@@ -114,7 +114,6 @@ stdenv.mkDerivation rec {
     homepage = "https://sile-typesetter.org";
     changelog = "https://github.com/sile-typesetter/sile/raw/v${version}/CHANGELOG.md";
     platforms = platforms.unix;
-    broken = stdenv.isDarwin;   # https://github.com/NixOS/nixpkgs/issues/23018
     maintainers = with maintainers; [ doronbehar alerque ];
     license = licenses.mit;
   };