summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorDaniel Șerbănescu <daniel@serbanescu.dk>2021-05-19 06:31:36 +0200
committerDaniel Șerbănescu <daniel@serbanescu.dk>2021-05-19 06:31:36 +0200
commit8990f68de32d5a18d019d3845f2c8b536057e0ff (patch)
treef23f34ef7b6bd686cd69199da5794c09b1f08ae9 /pkgs/applications
parent1dbb8fa2be2ed390c08c6cca79bba7d414de2701 (diff)
downloadnixpkgs-8990f68de32d5a18d019d3845f2c8b536057e0ff.tar
nixpkgs-8990f68de32d5a18d019d3845f2c8b536057e0ff.tar.gz
nixpkgs-8990f68de32d5a18d019d3845f2c8b536057e0ff.tar.bz2
nixpkgs-8990f68de32d5a18d019d3845f2c8b536057e0ff.tar.lz
nixpkgs-8990f68de32d5a18d019d3845f2c8b536057e0ff.tar.xz
nixpkgs-8990f68de32d5a18d019d3845f2c8b536057e0ff.tar.zst
nixpkgs-8990f68de32d5a18d019d3845f2c8b536057e0ff.zip
gnome-podcasts: removed cmake from dependencies
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/gnome-podcasts/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/audio/gnome-podcasts/default.nix b/pkgs/applications/audio/gnome-podcasts/default.nix
index 710110c8172..a053dda46a3 100644
--- a/pkgs/applications/audio/gnome-podcasts/default.nix
+++ b/pkgs/applications/audio/gnome-podcasts/default.nix
@@ -8,7 +8,6 @@
 , python3
 , pkg-config
 , glib
-, cmake
 , libhandy
 , gtk3
 , appstream-glib
@@ -53,7 +52,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     appstream-glib
-    cmake
     desktop-file-utils
     glib
     gtk3