summary refs log tree commit diff
path: root/pkgs/applications/misc/gpxsee/default.nix
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-09-03 09:01:47 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2023-09-03 09:01:47 +0200
commitda18bd17b62ecca39b671e43ec66c00f7066277a (patch)
tree8f381bfebed4bedb8214607d964919c741297bea /pkgs/applications/misc/gpxsee/default.nix
parent0ddd19256a26833be04e72bb8c7000fd4361b289 (diff)
downloadnixpkgs-da18bd17b62ecca39b671e43ec66c00f7066277a.tar
nixpkgs-da18bd17b62ecca39b671e43ec66c00f7066277a.tar.gz
nixpkgs-da18bd17b62ecca39b671e43ec66c00f7066277a.tar.bz2
nixpkgs-da18bd17b62ecca39b671e43ec66c00f7066277a.tar.lz
nixpkgs-da18bd17b62ecca39b671e43ec66c00f7066277a.tar.xz
nixpkgs-da18bd17b62ecca39b671e43ec66c00f7066277a.tar.zst
nixpkgs-da18bd17b62ecca39b671e43ec66c00f7066277a.zip
gpxsee: fix compilation on `darwin`
Diffstat (limited to 'pkgs/applications/misc/gpxsee/default.nix')
-rw-r--r--pkgs/applications/misc/gpxsee/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/misc/gpxsee/default.nix b/pkgs/applications/misc/gpxsee/default.nix
index 890714c8c9e..42467e177ab 100644
--- a/pkgs/applications/misc/gpxsee/default.nix
+++ b/pkgs/applications/misc/gpxsee/default.nix
@@ -7,7 +7,6 @@
 , qttools
 , qtlocation ? null # qt5 only
 , qtpositioning ? null # qt6 only
-, qtpbfimageplugin
 , qtserialport
 , qtsvg
 , qt5compat ? null # qt6 only
@@ -29,7 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
   };
 
   buildInputs = [
-    qtpbfimageplugin
     qtserialport
   ] ++ (if isQt6 then [
     qtbase