treewide: remove unused copyDesktopItems from some packages
This commit is contained in:
parent
4cc6ce454d
commit
ac27f7cab1
3 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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 ];
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
, boost
|
||||
, cgal
|
||||
, cmake
|
||||
, copyDesktopItems
|
||||
, gpp
|
||||
, mpfr
|
||||
, qtbase
|
||||
|
@ -36,7 +35,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
copyDesktopItems
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue