about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-06-27 16:30:28 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-06-27 16:35:05 -0400
commit67bca98ff7daf9cbb3d6e76996ec6f24cacd8806 (patch)
tree655bbdf0294273c22ddd14f8e197b23b025393dc /pkgs/desktops
parent86311cd2f3491b8532a47480475631e831554757 (diff)
downloadnixlib-67bca98ff7daf9cbb3d6e76996ec6f24cacd8806.tar
nixlib-67bca98ff7daf9cbb3d6e76996ec6f24cacd8806.tar.gz
nixlib-67bca98ff7daf9cbb3d6e76996ec6f24cacd8806.tar.bz2
nixlib-67bca98ff7daf9cbb3d6e76996ec6f24cacd8806.tar.lz
nixlib-67bca98ff7daf9cbb3d6e76996ec6f24cacd8806.tar.xz
nixlib-67bca98ff7daf9cbb3d6e76996ec6f24cacd8806.tar.zst
nixlib-67bca98ff7daf9cbb3d6e76996ec6f24cacd8806.zip
gnome3.gnome-photos: don't set buildtype
Plain is now default.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/apps/gnome-photos/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/desktops/gnome-3/apps/gnome-photos/default.nix b/pkgs/desktops/gnome-3/apps/gnome-photos/default.nix
index 0a33a3bff559..9d08cc24aadb 100644
--- a/pkgs/desktops/gnome-3/apps/gnome-photos/default.nix
+++ b/pkgs/desktops/gnome-3/apps/gnome-photos/default.nix
@@ -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