gnome3.gnome-photos: don't set buildtype

Plain is now default.
This commit is contained in:
worldofpeace 2019-06-27 16:30:28 -04:00
parent 86311cd2f3
commit 67bca98ff7

View File

@ -34,10 +34,6 @@ in stdenv.mkDerivation rec {
dbus
];
mesonFlags = [
"--buildtype=plain" # don't do any git commands
];
postPatch = ''
chmod +x meson_post_install.py
patchShebangs meson_post_install.py