summary refs log tree commit diff
path: root/pkgs/development/libraries/appstream/qt.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-08-04 16:16:15 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-08-04 18:19:25 -0400
commit1ef8646a7322380e02194a7dd26869185c348eda (patch)
tree6e6bdb5b56355cc4d1de1428927d8100e3935128 /pkgs/development/libraries/appstream/qt.nix
parentd279992fc605d5f4aa63a6ca5d543524f757270c (diff)
downloadnixpkgs-1ef8646a7322380e02194a7dd26869185c348eda.tar
nixpkgs-1ef8646a7322380e02194a7dd26869185c348eda.tar.gz
nixpkgs-1ef8646a7322380e02194a7dd26869185c348eda.tar.bz2
nixpkgs-1ef8646a7322380e02194a7dd26869185c348eda.tar.lz
nixpkgs-1ef8646a7322380e02194a7dd26869185c348eda.tar.xz
nixpkgs-1ef8646a7322380e02194a7dd26869185c348eda.tar.zst
nixpkgs-1ef8646a7322380e02194a7dd26869185c348eda.zip
appstream: 0.11.8 -> 0.12.2
Diffstat (limited to 'pkgs/development/libraries/appstream/qt.nix')
-rw-r--r--pkgs/development/libraries/appstream/qt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/appstream/qt.nix b/pkgs/development/libraries/appstream/qt.nix
index beff83f2365..c5a251cd5f9 100644
--- a/pkgs/development/libraries/appstream/qt.nix
+++ b/pkgs/development/libraries/appstream/qt.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   name = "appstream-qt-${version}";
-  inherit (appstream) version src patches prePatch;
+  inherit (appstream) version src prePatch;
 
   buildInputs = appstream.buildInputs ++ [ appstream qtbase ];