mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
gvfs: 1.38.1 -> 1.40.0
`codegen.py` no longer exists
This commit is contained in:
parent
491e27a0df
commit
f6e018a3ed
@ -9,20 +9,19 @@
|
||||
|
||||
let
|
||||
pname = "gvfs";
|
||||
version = "1.38.1";
|
||||
version = "1.40.0";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "18311pn5kp9b4kf5prvhcjs0cwf7fm3mqh6s6p42avcr5j26l4zd";
|
||||
sha256 = "1wp266dx3v2nwrf46cb4vpmv5d4qaag5yb5gkw7rynn9g55xcf9p";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# patchShebangs requires executable file
|
||||
chmod +x codegen.py meson_post_install.py
|
||||
chmod +x meson_post_install.py
|
||||
patchShebangs meson_post_install.py
|
||||
patchShebangs codegen.py
|
||||
patchShebangs test test-driver
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user