Merge pull request #303705 from Aleksanaa/not-copy-desktop-items

treewide: remove unused copyDesktopItems from some packages
This commit is contained in:
Aleksana 2024-04-13 13:01:51 +08:00 committed by GitHub
commit ddfd6f48dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,6 @@
, fetchFromGitHub
, SDL2
, cmake
, copyDesktopItems
, cubeb
, curl
, extra-cmake-modules
@ -48,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
copyDesktopItems
extra-cmake-modules
ninja
pkg-config

View File

@ -2,7 +2,6 @@
, lib
, fetchFromBitbucket
, cmake
, copyDesktopItems
, pkg-config
, makeWrapper
, zlib
@ -25,7 +24,7 @@ stdenv.mkDerivation rec {
sha256 = "V2pSP8i20zB50WtUMujzij+ISSupdQQ/oCYYrOaTU1g=";
};
nativeBuildInputs = [ cmake copyDesktopItems pkg-config ]
nativeBuildInputs = [ cmake pkg-config ]
++ lib.optionals stdenv.isDarwin [ makeWrapper ];
buildInputs = [ zlib bzip2 libjpeg SDL2 SDL2_net SDL2_mixer gtk3 ];

View File

@ -4,7 +4,6 @@
, boost
, cgal
, cmake
, copyDesktopItems
, gpp
, mpfr
, qtbase
@ -36,7 +35,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
copyDesktopItems
wrapQtAppsHook
];