about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/eiciel
diff options
context:
space:
mode:
authorash <ash@sorrel.sh>2023-01-02 16:16:37 +0000
committerash <ash@sorrel.sh>2023-01-02 16:16:37 +0000
commit43876e7128ca0228bf1e270fdfd6fda5a6ed4de3 (patch)
treec43ea7f8aaea09dbea147f2b726c1c96a80afd65 /pkgs/tools/filesystems/eiciel
parent93b0ea3c352be4af75d632326f4c42af94e33278 (diff)
eiciel: 0.10.0-rc2 -> 0.10.0
Diffstat (limited to 'pkgs/tools/filesystems/eiciel')
-rw-r--r--pkgs/tools/filesystems/eiciel/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/tools/filesystems/eiciel/default.nix b/pkgs/tools/filesystems/eiciel/default.nix
index bfec1dcf09931..dff1700d73fc2 100644
--- a/pkgs/tools/filesystems/eiciel/default.nix
+++ b/pkgs/tools/filesystems/eiciel/default.nix
@@ -15,7 +15,7 @@
 
 stdenv.mkDerivation rec {
   pname = "eiciel";
-  version = "0.10.0-rc2";
+  version = "0.10.0";
 
   outputs = [ "out" "nautilusExtension" ];
 
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     owner = "rofirrim";
     repo = "eiciel";
     rev = version;
-    sha256 = "+MXoT6J4tKuFaSvUTcM15cKWLUnS0kYgBfqH+5lz6KY=";
+    sha256 = "0lhnrxhbg80pqjy9f8yiqi7x48rb6m2cmkffv25ssjynsmdnar0s";
   };
 
   nativeBuildInputs = [
@@ -46,11 +46,6 @@ stdenv.mkDerivation rec {
     "-Dnautilus-extension-dir=${placeholder "nautilusExtension"}/lib/nautilus/extensions-4"
   ];
 
-  postPatch = ''
-    # https://github.com/rofirrim/eiciel/pull/9
-    substituteInPlace meson.build --replace "compiler.find_library('libacl')" "compiler.find_library('acl')"
-  '';
-
   meta = with lib; {
     description = "Graphical editor for ACLs and extended attributes";
     homepage = "https://rofi.roger-ferrer.org/eiciel/";