Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

eiciel: 0.10.0-rc2 -> 0.10.0

ash 43876e71 93b0ea3c

+2 -7
+2 -7
pkgs/tools/filesystems/eiciel/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "eiciel"; 18 - version = "0.10.0-rc2"; 18 + version = "0.10.0"; 19 19 20 20 outputs = [ "out" "nautilusExtension" ]; 21 21 ··· 23 23 owner = "rofirrim"; 24 24 repo = "eiciel"; 25 25 rev = version; 26 - sha256 = "+MXoT6J4tKuFaSvUTcM15cKWLUnS0kYgBfqH+5lz6KY="; 26 + sha256 = "0lhnrxhbg80pqjy9f8yiqi7x48rb6m2cmkffv25ssjynsmdnar0s"; 27 27 }; 28 28 29 29 nativeBuildInputs = [ ··· 45 45 mesonFlags = [ 46 46 "-Dnautilus-extension-dir=${placeholder "nautilusExtension"}/lib/nautilus/extensions-4" 47 47 ]; 48 - 49 - postPatch = '' 50 - # https://github.com/rofirrim/eiciel/pull/9 51 - substituteInPlace meson.build --replace "compiler.find_library('libacl')" "compiler.find_library('acl')" 52 - ''; 53 48 54 49 meta = with lib; { 55 50 description = "Graphical editor for ACLs and extended attributes";