mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
pkgs/applications: remove unused arguments
This commit is contained in:
commit
84a53ad8e2
|
@ -5,7 +5,6 @@
|
|||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, gnome
|
||||
, gnome-desktop
|
||||
, glib
|
||||
, gtk3
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
, libglvnd
|
||||
, libogg
|
||||
, libvorbis
|
||||
, makeWrapper
|
||||
, openal
|
||||
, portaudio
|
||||
, rtmidi
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
, faust
|
||||
, lv2
|
||||
, qtbase
|
||||
, which
|
||||
}:
|
||||
|
||||
faust.wrapWithBuildEnv {
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
, pkg-config
|
||||
, autoPatchelfHook
|
||||
, soxr
|
||||
, freetype
|
||||
, libsamplerate
|
||||
, armadillo
|
||||
, tomlplusplus
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchurl, pkg-config, meson, ninja, libGLU, lv2, serd, sord, libX11, libXext, glew, lv2lint
|
||||
{ stdenv, lib, fetchurl, pkg-config, meson, ninja, lv2, sord, libX11, libXext, glew, lv2lint
|
||||
, pname, version, sha256, description
|
||||
, url ? "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-${version}.tar.xz"
|
||||
, additionalBuildInputs ? []
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
, pipewire
|
||||
, cmake
|
||||
, extra-cmake-modules
|
||||
, gnumake
|
||||
, wrapQtAppsHook
|
||||
, qtbase
|
||||
, qttools
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, gst_all_1
|
||||
, libviperfx
|
||||
, makeWrapper
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
, qtbase ? null
|
||||
, qttools ? null
|
||||
, python3
|
||||
, nixosTests
|
||||
, withGui
|
||||
, withWallet ? true
|
||||
}:
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
, stdenv
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, llvmPackages
|
||||
, rocksdb_7_10
|
||||
, Security
|
||||
}:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ fetchFromGitHub
|
||||
, stdenv
|
||||
, makeDesktopItem
|
||||
, lib
|
||||
, openssl
|
||||
, boost
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ clang
|
||||
, cmake
|
||||
{ cmake
|
||||
, CoreFoundation
|
||||
, fetchFromGitHub
|
||||
, fetchurl
|
||||
|
@ -18,7 +17,6 @@
|
|||
, stdenv
|
||||
, SystemConfiguration
|
||||
, testers
|
||||
, unzip
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, go
|
||||
, tags ? [ "autopilotrpc" "signrpc" "walletrpc" "chainrpc" "invoicesrpc" "watchtowerrpc" "routerrpc" "monitoring" "kvdb_postgres" "kvdb_etcd" ]
|
||||
}:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ rustPlatform, lib, fetchFromGitHub
|
||||
, zlib, openssl
|
||||
, pkg-config, protobuf, llvmPackages
|
||||
, pkg-config, protobuf
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "nearcore";
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
, curl
|
||||
, pkg-config
|
||||
, openssl
|
||||
, llvmPackages
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "snarkos";
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{ lib, stdenv
|
||||
, fetchurl
|
||||
, dpkg
|
||||
, util-linux
|
||||
, bash
|
||||
, makeWrapper
|
||||
, electron
|
||||
, asar
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
markdown-mode,
|
||||
melpaBuild,
|
||||
unstableGitUpdater,
|
||||
writeText,
|
||||
}:
|
||||
|
||||
melpaBuild {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, writeText
|
||||
, melpaStablePackages
|
||||
, runCommand
|
||||
, tree-sitter-grammars
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
{ lib
|
||||
, callPackage
|
||||
, clangStdenv
|
||||
, cmake
|
||||
, fetchFromGitHub
|
||||
, gcc
|
||||
, git
|
||||
, llvmPackages_13
|
||||
# Libraries
|
||||
, argparse
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ micro, expect, runCommand, writeScript, runtimeShell }:
|
||||
{ micro, expect, runCommand, writeScript }:
|
||||
|
||||
let expect-script = writeScript "expect-script" ''
|
||||
#!${expect}/bin/expect -f
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ nano, expect, runCommand, writeScriptBin, runtimeShell }:
|
||||
{ nano, expect, runCommand, writeScriptBin }:
|
||||
|
||||
let expect-script = writeScriptBin "expect-script" ''
|
||||
#!${expect}/bin/expect -f
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildFHSEnv, callPackage, makeDesktopItem, writeScript, runtimeShell
|
||||
{ lib, buildFHSEnv, callPackage, makeDesktopItem, runtimeShell
|
||||
, runCommand, unstick, quartus-prime-lite
|
||||
, withQuesta ? true
|
||||
, supportedDevices ? [ "Arria II" "Cyclone V" "Cyclone IV" "Cyclone 10 LP" "MAX II/V" "MAX 10 FPGA" ]
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
, stdenv
|
||||
, mkDerivation
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, fetchFromGitHub
|
||||
, makeDesktopItem
|
||||
, copyDesktopItems
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchFromGitHub, python3, tk, makeDesktopItem, copyDesktopItems }:
|
||||
{ lib, fetchFromGitHub, python3, makeDesktopItem, copyDesktopItems }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
|
|
|
@ -5,14 +5,12 @@
|
|||
, glib
|
||||
, nss
|
||||
, nspr
|
||||
, at-spi2-atk
|
||||
, cups
|
||||
, dbus
|
||||
, libdrm
|
||||
, gtk3
|
||||
, pango
|
||||
, cairo
|
||||
, xorg
|
||||
, libxkbcommon
|
||||
, mesa
|
||||
, expat
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
, vimPlugins
|
||||
, makeWrapper
|
||||
, wrapGAppsHook3
|
||||
, runtimeShell
|
||||
|
||||
# apple frameworks
|
||||
, CoreServices, CoreData, Cocoa, Foundation, libobjc
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
bash,
|
||||
ocaml,
|
||||
ocamlPackages,
|
||||
dune_3,
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
writeScript,
|
||||
runtimeShell,
|
||||
jq,
|
||||
clang-tools,
|
||||
gdbUseFixed ? true,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
, appstream-glib
|
||||
, desktop-file-utils
|
||||
, gettext
|
||||
, glib
|
||||
, gobject-introspection
|
||||
, gtk3
|
||||
, gtk4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchFromGitHub, python3Packages, file, less, highlight, w3m, ranger, imagemagick, testers
|
||||
{ lib, fetchFromGitHub, python3Packages, file, less, highlight, w3m, imagemagick
|
||||
, imagePreviewSupport ? true
|
||||
, sixelPreviewSupport ? true
|
||||
, neoVimSupport ? true
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
, freetype
|
||||
, libGL
|
||||
, xorg
|
||||
, darwin
|
||||
, AppKit
|
||||
}:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# If you just want a subset of plug-ins, you can specify them explicitly:
|
||||
# `gimp-with-plugins.override { plugins = with gimpPlugins; [ gap ]; }`.
|
||||
|
||||
{ config, lib, pkgs }:
|
||||
{ lib, pkgs }:
|
||||
|
||||
let
|
||||
inherit (pkgs) stdenv fetchurl fetchpatch fetchpatch2 pkg-config intltool glib fetchFromGitHub fetchFromGitLab;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ lib, stdenv, fetchFromGitHub, lazarus, fpc, pango, cairo, glib
|
||||
, atk, gtk2, libX11, gdk-pixbuf, busybox, python3
|
||||
, atk, gtk2, libX11, gdk-pixbuf, python3
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
, goocanvas2
|
||||
, gtkspell3
|
||||
, isocodes
|
||||
, gnome
|
||||
, python3
|
||||
, tesseract4
|
||||
, extraOcrEngines ? [] # other supported engines are: ocrad gocr cuneiform
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
, gtk3
|
||||
, gobject-introspection
|
||||
, wrapGAppsHook3
|
||||
, python
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
, requireFile
|
||||
, wrapQtAppsHook
|
||||
, autoPatchelfHook
|
||||
, makeWrapper
|
||||
, unixtools
|
||||
, fakeroot
|
||||
, mailcap
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{ lib
|
||||
, fetchFromGitLab
|
||||
, rustPlatform
|
||||
, cargo
|
||||
, pkg-config
|
||||
, binutils-unwrapped
|
||||
, gtk3-x11
|
||||
, atk
|
||||
, glib
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, fetchgit
|
||||
, dos2unix
|
||||
, qtbase
|
||||
, qttools
|
||||
, qtx11extras
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchurl, callPackage, patchelf, makeWrapper, libusb1, avahi-compat, glib, libredirect, nixosTests }:
|
||||
{ stdenv, lib, fetchurl, patchelf, makeWrapper, libusb1, avahi-compat, glib, libredirect, nixosTests }:
|
||||
let
|
||||
myPatchElf = file: with lib; ''
|
||||
patchelf --set-interpreter \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, lib, qtbase, wrapQtAppsHook, fetchFromGitHub,
|
||||
addOpenGLRunpath, poppler_utils, qtxmlpatterns, qtsvg, mesa, gcc, xvfb-run,
|
||||
fontconfig, freetype, xorg, ccache, qmake, python3, qttools, git
|
||||
addOpenGLRunpath, poppler_utils, qtxmlpatterns, qtsvg, mesa, xvfb-run,
|
||||
fontconfig, freetype, xorg, qmake, python3, qttools, git
|
||||
}:
|
||||
let
|
||||
qtPython = python3.withPackages (pkgs: with pkgs; [ pyqt5 ]);
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, substituteAll
|
||||
|
||||
, python3
|
||||
, installShellFiles
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, writeText
|
||||
|
||||
, cmake
|
||||
, pkg-config
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ mkDerivation, lib, cmake, gettext, pkg-config, extra-cmake-modules
|
||||
, qtquickcontrols, qttools, kde-cli-tools, qtbase
|
||||
, qtquickcontrols, qttools, kde-cli-tools
|
||||
, kconfig, kdeclarative, kdoctools, kiconthemes, ki18n, kitemmodels, kitemviews
|
||||
, kjobwidgets, kcmutils, kio, knewstuff, knotifyconfig, kparts, ktexteditor
|
||||
, threadweaver, kxmlgui, kwindowsystem, grantlee, kcrash, karchive, kguiaddons
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
, mkDerivation
|
||||
, extra-cmake-modules
|
||||
, shared-mime-info
|
||||
, kconfig
|
||||
, kdoctools
|
||||
, kio
|
||||
, ktextwidgets
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
, ki18n
|
||||
, knotifications
|
||||
, mauiman
|
||||
, qtbase
|
||||
, qtquickcontrols2
|
||||
, qtx11extras
|
||||
}:
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
, perl
|
||||
, pkg-config
|
||||
, poppler
|
||||
, auto-multiple-choice
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: rec {
|
||||
pname = "auto-multiple-choice";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, lib, fetchFromGitHub, cairo, libxkbcommon
|
||||
, pango, fribidi, harfbuzz, pcre, pkg-config, scdoc
|
||||
, pango, fribidi, harfbuzz, pkg-config, scdoc
|
||||
, ncursesSupport ? true, ncurses
|
||||
, waylandSupport ? true, wayland, wayland-protocols, wayland-scanner
|
||||
, x11Support ? true, xorg
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
, curl
|
||||
, readline
|
||||
, PCSC
|
||||
, xcbuild
|
||||
}:
|
||||
let
|
||||
version = "0.8.4";
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ lib
|
||||
, pkgs
|
||||
, mkDerivation
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
, makeWrapper
|
||||
, clipnotify
|
||||
, coreutils
|
||||
, dmenu
|
||||
, gawk
|
||||
, util-linux
|
||||
, xdotool
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchurl, fetchzip, jdk11, unzip, makeWrapper, makeDesktopItem, copyDesktopItems }:
|
||||
{ stdenv, lib, fetchurl, fetchzip, jdk11, makeWrapper, makeDesktopItem, copyDesktopItems }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "conduktor";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, bundlerApp, bundlerUpdateScript, ruby, makeWrapper, git, docutils, nixosTests }:
|
||||
{ lib, bundlerApp, bundlerUpdateScript, ruby, makeWrapper, nixosTests }:
|
||||
|
||||
bundlerApp rec {
|
||||
pname = "gollum";
|
||||
|
|
|
@ -19,13 +19,6 @@
|
|||
, findutils
|
||||
, ccze
|
||||
, ncurses
|
||||
, python3
|
||||
, wget
|
||||
, libcaca
|
||||
, newsboat
|
||||
, rsstail
|
||||
, w3m
|
||||
, ticker
|
||||
, tmux
|
||||
}:
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
, lib
|
||||
, fetchurl
|
||||
, autoPatchelfHook
|
||||
, pkg-config
|
||||
, dpkg
|
||||
, openssl
|
||||
, webkitgtk
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
, ncurses
|
||||
, which
|
||||
, cmake
|
||||
, unzip
|
||||
, wrapQtAppsHook
|
||||
, qtwebengine
|
||||
, yaml-cpp
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
, fetchFromGitHub
|
||||
, python3
|
||||
, qtbase
|
||||
, qttools
|
||||
, git-lfs
|
||||
, wrapQtAppsHook
|
||||
}:
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, electron
|
||||
, runtimeShell
|
||||
, makeWrapper
|
||||
, copyDesktopItems
|
||||
, makeDesktopItem
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
, rapidjson
|
||||
, sqlite
|
||||
, tinyxml
|
||||
, udev
|
||||
, util-linux
|
||||
, wxGTK32
|
||||
, xorg
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ lib
|
||||
, callPackage
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, fetchNpmDeps
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, fetchFromGitHub, mkDerivation, cmake, sqlite
|
||||
, qtbase, qtsvg, qttools, wrapQtAppsHook
|
||||
, icoutils # build and runtime deps.
|
||||
, wget, fuseiso, wine, sudo, which # runtime deps.
|
||||
, wget, fuseiso, wine, which # runtime deps.
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
, blueprint-compiler
|
||||
, desktop-file-utils
|
||||
, fetchFromGitHub
|
||||
, gettext
|
||||
, glib
|
||||
, gtk4
|
||||
, lib
|
||||
, libadwaita
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
, fetchFromGitHub
|
||||
, openssh
|
||||
, netcat
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
, gtk3
|
||||
, json-glib
|
||||
, libgee
|
||||
, librsvg
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
, gtk4
|
||||
, gtksourceview5
|
||||
, libadwaita
|
||||
, libgee
|
||||
, libpanel
|
||||
, meson
|
||||
, ninja
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, autoPatchelfHook, makeDesktopItem, copyDesktopItems, wrapGAppsHook3, fetchurl
|
||||
, alsa-lib, at-spi2-atk, at-spi2-core, atk, cairo, cups
|
||||
, gtk3, nss, glib, dbus, nspr, gdk-pixbuf, libdrm, mesa
|
||||
, gtk3, nss, glib, nspr, gdk-pixbuf, libdrm, mesa
|
||||
, libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext
|
||||
, libXfixes, libXi, libXrandr, libXrender, libXtst, libxcb, libxshmfence, pango
|
||||
, gcc-unwrapped, udev
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, pkgs, fzf, gawk, fetchFromGitHub, makeWrapper }:
|
||||
{ stdenv, lib, fzf, gawk, fetchFromGitHub, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sway-launcher-desktop";
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
, flex
|
||||
, json_c
|
||||
, libmpdclient
|
||||
, libxcb
|
||||
, libyaml
|
||||
, meson
|
||||
, ninja
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
, tzdata
|
||||
, unicode-emoji
|
||||
, unicode-character-database
|
||||
, darwin
|
||||
, cmake
|
||||
, ninja
|
||||
, pkg-config
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
, desktop-file-utils
|
||||
, appstream-glib
|
||||
, libpeas
|
||||
, libgdata
|
||||
, dbus
|
||||
, vala
|
||||
, wrapGAppsHook3
|
||||
|
@ -27,7 +26,6 @@
|
|||
, docbook-xsl-nons
|
||||
, docbook_xml_dtd_43
|
||||
, docutils
|
||||
, gobject-introspection
|
||||
, gst_all_1
|
||||
, sofia_sip
|
||||
}:
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{ bash
|
||||
, coreutils
|
||||
{ coreutils
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, python39
|
||||
, substituteAll
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, rustPlatform
|
||||
, xorg
|
||||
, darwin
|
||||
}:
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, callPackage
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, pkg-config
|
||||
, python3
|
||||
, caf
|
||||
, openssl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchFromGitHub, stdenv, bitlbee, autoreconfHook, pkg-config, glib }:
|
||||
{ lib, fetchFromGitHub, stdenv, bitlbee, autoreconfHook, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bitlbee-discord";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchgit, stdenv, bitlbee, autoreconfHook, pkg-config, glib }:
|
||||
{ lib, fetchgit, stdenv, bitlbee, autoreconfHook, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bitlbee-mastodon";
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, runCommand
|
||||
, fetchFromGitHub
|
||||
, fetchYarnDeps
|
||||
, writeText
|
||||
, jq
|
||||
, yarn
|
||||
, fixup-yarn-lock
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
, stdenv
|
||||
, systemd
|
||||
, wayland
|
||||
, wrapGAppsHook3
|
||||
, xdg-utils
|
||||
, writeScript
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, substituteAll
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, makeDesktopItem
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
, glibmm_2_68
|
||||
, jemalloc
|
||||
, rnnoise
|
||||
, abseil-cpp
|
||||
, microsoft-gsl
|
||||
, boost
|
||||
, fmt
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
, libgcrypt
|
||||
, libintl
|
||||
, libotr
|
||||
, libtool
|
||||
, meson
|
||||
, ncurses
|
||||
, ninja
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, makeDesktopItem, ant, jdk8, copyDesktopItems, makeWrapper }:
|
||||
{ lib, stdenv, fetchurl, makeDesktopItem, jdk8, copyDesktopItems, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jxplorer";
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
, file
|
||||
, gnupg
|
||||
, gawk
|
||||
, notmuch
|
||||
, procps
|
||||
, withManpage ? false
|
||||
}:
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
, openvpn
|
||||
, fetchpatch
|
||||
, fetchurl
|
||||
, iproute2
|
||||
, libnl
|
||||
, autoreconfHook
|
||||
, pkg-config
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, installShellFiles
|
||||
, lib
|
||||
, libglvnd
|
||||
, pkg-config
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, mkDerivation, fetchFromGitHub, fetchpatch2
|
||||
{ lib, mkDerivation, fetchFromGitHub, fetchpatch2
|
||||
, qmake, cmake, pkg-config, miniupnpc, bzip2
|
||||
, speex, libmicrohttpd, libxml2, libxslt, sqlcipher, rapidjson, libXScrnSaver
|
||||
, qtbase, qtx11extras, qtmultimedia, libgnome-keyring
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, buildGoModule, fetchFromGitHub, lib, perl }:
|
||||
{ buildGoModule, fetchFromGitHub, lib, perl }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "XD";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
, file, atk, alsa-lib, cairo, fontconfig, gdk-pixbuf, glib, webkitgtk, gtk2-x11, gtk3
|
||||
, heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2
|
||||
, gnome2, mesa, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2
|
||||
, libjpeg, libredirect, tzdata, cacert, systemd, libcxx, e2fsprogs, symlinkJoin
|
||||
, libjpeg, libredirect, tzdata, cacert, systemd, libcxx, symlinkJoin
|
||||
, libpulseaudio, pcsclite, glib-networking, llvmPackages_12, opencv4
|
||||
, libfaketime
|
||||
, libinput, libcap, libjson, libsecret, libcanberra-gtk3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, rpmextract, patchelf, bash, testers, scaleft }:
|
||||
{ lib, stdenv, fetchurl, rpmextract, patchelf, testers, scaleft }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "scaleft";
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, cmake
|
||||
, qtbase
|
||||
, qttools
|
||||
, libuuid
|
||||
, seafile-shared
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, rustPlatform, fetchFromGitLab, wireguard-tools, makeWrapper }:
|
||||
{ lib, rustPlatform, fetchFromGitLab, wireguard-tools, makeWrapper }:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "wg-bond";
|
||||
version = "0.2.0";
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ autoPatchelfHook
|
||||
, cairo
|
||||
, config
|
||||
, e2fsprogs
|
||||
, fetchurl
|
||||
, gmp
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
, qmake
|
||||
, pkg-config
|
||||
, qttools
|
||||
, qtbase
|
||||
, qtwebengine
|
||||
, wrapQtAppsHook
|
||||
, qmarkdowntextedit
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchFromGitHub, qmake, qtbase, qtsvg, poppler, libzip, pkg-config, wrapQtAppsHook }:
|
||||
{ lib, stdenv, fetchFromGitHub, qmake, qtsvg, poppler, libzip, pkg-config, wrapQtAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "kitsas";
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
, fetchurl
|
||||
, undmg
|
||||
, writeScript
|
||||
, callPackage
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
, makeWrapper
|
||||
, xorg # for lndir
|
||||
, runCommand
|
||||
, substituteAll
|
||||
# For Emulating wrapGAppsHook3
|
||||
, gsettings-desktop-schemas
|
||||
, hicolor-icon-theme
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ stdenv
|
||||
, lib
|
||||
, pkgs
|
||||
, bundlerEnv
|
||||
, bundlerApp
|
||||
, bundlerUpdateScript
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchFromGitHub, buildGoModule, icu }:
|
||||
{ lib, fetchFromGitHub, buildGoModule }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "zk";
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, lib, fetchFromGitHub
|
||||
, cmake, pkg-config, protobuf, icu, csdr, codecserver
|
||||
, cmake, protobuf, icu, csdr, codecserver
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
, autoreconfHook
|
||||
, pkg-config
|
||||
, fltk13
|
||||
, libsndfile
|
||||
, gettext
|
||||
}:
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
stdenv,
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
writeText,
|
||||
cmake,
|
||||
libxslt,
|
||||
docbook_xsl_ns,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchurl, appimageTools, wrapGAppsHook3 }:
|
||||
{ lib, fetchurl, appimageTools }:
|
||||
|
||||
let
|
||||
pname = "jbrowse";
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue