forked from mirrors/nixpkgs
pkgs.applications: remove unused args
This commit is contained in:
parent
9ff71f97c8
commit
c9d167f174
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, makeWrapper, pkg-config, alsa-lib, dbus, libjack2
|
{ lib, stdenv, fetchFromGitHub, makeWrapper, pkg-config, alsa-lib, dbus, libjack2
|
||||||
, python3Packages , meson, ninja }:
|
, python3Packages , meson, ninja }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchgit
|
, fetchgit
|
||||||
, automake
|
|
||||||
, alsa-lib
|
, alsa-lib
|
||||||
, ladspaH
|
, ladspaH
|
||||||
, libjack2
|
, libjack2
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{ lib
|
{ lib
|
||||||
, a2jmidid
|
|
||||||
, coreutils
|
|
||||||
, libjack2
|
, libjack2
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
@ -8,7 +6,6 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, pulseaudioFull
|
, pulseaudioFull
|
||||||
, qtbase
|
, qtbase
|
||||||
, makeWrapper
|
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, python3
|
, python3
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchsvn, cmake, gcc, pkg-config, fftwFloat, alsa-lib
|
{ lib, stdenv, fetchsvn, cmake, pkg-config, fftwFloat, alsa-lib
|
||||||
, zlib, wavpack, wxGTK31, udev, jackaudioSupport ? false, libjack2
|
, zlib, wavpack, wxGTK31, udev, jackaudioSupport ? false, libjack2
|
||||||
, includeDemo ? true }:
|
, includeDemo ? true }:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchgit, boost, ganv, glibmm, gtkmm2, libjack2, lilv
|
{ lib, stdenv, fetchgit, boost, ganv, glibmm, gtkmm2, libjack2, lilv
|
||||||
, lv2, makeWrapper, pkg-config, python3, raul, serd, sord, sratom
|
, lv2, pkg-config, python3, raul, serd, sord, sratom
|
||||||
, wafHook
|
, wafHook
|
||||||
, suil
|
, suil
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, faust, meson, ninja, pkg-config
|
{ lib, stdenv, fetchFromGitHub, faust, meson, ninja, pkg-config
|
||||||
, boost, cairo, fftw, gnome, ladspa-sdk, libxcb, lv2, xcbutilwm
|
, boost, cairo, fftw, ladspa-sdk, libxcb, lv2, xcbutilwm
|
||||||
, zita-convolver, zita-resampler
|
, zita-convolver, zita-resampler
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, fetchurl
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, chromaprint
|
, chromaprint
|
||||||
, cmake
|
, cmake
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, unzip, fetchzip, libX11 }:
|
{ stdenv, lib, fetchFromGitHub, fetchzip, libX11 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ fetchurl
|
{ fetchurl
|
||||||
, fetchpatch
|
|
||||||
, lib
|
, lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, puredata
|
, puredata
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, curl, gnugrep, jq, xorg, alsa-lib, freetype, p7zip, autoPatchelfHook, writeShellScript, zlib, libjack2, makeWrapper }:
|
{ lib, stdenv, curl, jq, xorg, alsa-lib, freetype, p7zip, autoPatchelfHook, writeShellScript, zlib, libjack2, makeWrapper }:
|
||||||
let
|
let
|
||||||
versionForFile = v: builtins.replaceStrings ["."] [""] v;
|
versionForFile = v: builtins.replaceStrings ["."] [""] v;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchgit
|
, fetchgit
|
||||||
, automake
|
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, lv2
|
, lv2
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, ladspa-sdk, pkgs, ... }:
|
{ lib, stdenv, ladspa-sdk, pkgs, ... }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tap-plugins";
|
pname = "tap-plugins";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchzip, pkg-config, lvtk, lv2, fftw, lv2-cpp-tools, gtkmm2 }:
|
{ lib, stdenv, fetchzip, pkg-config, lv2, fftw, lv2-cpp-tools, gtkmm2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vocproc";
|
pname = "vocproc";
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
, SDL2
|
, SDL2
|
||||||
, alsa-lib
|
, alsa-lib
|
||||||
, libaudec
|
, libaudec
|
||||||
, bash
|
|
||||||
, bash-completion
|
, bash-completion
|
||||||
, breeze-icons
|
, breeze-icons
|
||||||
, carla
|
, carla
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch
|
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config
|
||||||
, cmake, pkg-config
|
|
||||||
, boost, miniupnpc, openssl, unbound
|
, boost, miniupnpc, openssl, unbound
|
||||||
, zeromq, pcsclite, readline, libsodium, hidapi
|
, zeromq, pcsclite, readline, libsodium, hidapi
|
||||||
, randomx, rapidjson
|
, randomx, rapidjson
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, cmake
|
, cmake
|
||||||
, llvmPackages
|
|
||||||
, openssl
|
, openssl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, stdenv
|
, stdenv
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ stdenv, lib, fetchurl, fetchFromGitHub, fetchpatch
|
{ stdenv, lib, fetchurl, fetchFromGitHub, cmake, pkg-config
|
||||||
, cmake, pkg-config
|
|
||||||
, boost, openssl, unbound
|
, boost, openssl, unbound
|
||||||
, pcsclite, readline, libsodium, hidapi
|
, pcsclite, readline, libsodium, hidapi
|
||||||
, rapidjson
|
, rapidjson
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ trivialBuild
|
{ trivialBuild
|
||||||
, lib
|
, lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, curl
|
|
||||||
, plz
|
, plz
|
||||||
, cl-lib
|
, cl-lib
|
||||||
, ts
|
, ts
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ trivialBuild
|
||||||
, trivialBuild
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, emacs
|
, emacs
|
||||||
, popup
|
, popup
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, emacs
|
, emacs
|
||||||
, trivialBuild
|
, trivialBuild
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, trivialBuild
|
, trivialBuild
|
||||||
, emacs
|
, emacs
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ trivialBuild
|
||||||
, trivialBuild
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, emacs
|
, emacs
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ trivialBuild
|
||||||
, trivialBuild
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, emacs
|
, emacs
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, trivialBuild
|
, trivialBuild
|
||||||
, emacs
|
, emacs
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ symlinkJoin
|
{ symlinkJoin
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, geany
|
, geany
|
||||||
, lndir
|
|
||||||
, vte
|
, vte
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ avahiSupport ? false # build support for Avahi in libinfinity
|
{ avahiSupport ? false # build support for Avahi in libinfinity
|
||||||
, lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, wrapGAppsHook, yelp-tools
|
, lib, stdenv, fetchFromGitHub, autoconf, automake, pkg-config, wrapGAppsHook, yelp-tools
|
||||||
, gtkmm3, gsasl, gtksourceview3, libxmlxx, libinfinity, intltool, itstool, gnome }:
|
, gtkmm3, gsasl, gtksourceview3, libxmlxx, libinfinity, intltool, itstool }:
|
||||||
|
|
||||||
let
|
let
|
||||||
libinf = libinfinity.override { gtkWidgets = true; inherit avahiSupport; };
|
libinf = libinfinity.override { gtkWidgets = true; inherit avahiSupport; };
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ stdenv
|
||||||
, stdenv
|
|
||||||
, callPackage
|
, callPackage
|
||||||
, runCommand
|
, runCommand
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, octave, python3Packages }:
|
{ lib, python3Packages }:
|
||||||
|
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, writeScript, nixosTests, common-updater-scripts
|
{ lib, stdenv, fetchFromGitHub, writeScript, common-updater-scripts
|
||||||
, coreutils, git, gnused, nix, nixfmt }:
|
, coreutils, git, gnused, nix }:
|
||||||
|
|
||||||
let
|
let
|
||||||
owner = "scopatz";
|
owner = "scopatz";
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib, mkDerivation, fetchFromGitHub, cmake, doxygen, makeWrapper
|
{ lib, mkDerivation, fetchFromGitHub, cmake, doxygen, msgpack, neovim, python3Packages, qtbase, qtsvg }:
|
||||||
, msgpack, neovim, python3Packages, qtbase, qtsvg }:
|
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "neovim-qt-unwrapped";
|
pname = "neovim-qt-unwrapped";
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ stdenv, symlinkJoin, lib, makeWrapper
|
{ stdenv, symlinkJoin, lib, makeWrapper
|
||||||
, writeText
|
, writeText
|
||||||
, bundlerEnv, ruby
|
|
||||||
, nodejs
|
|
||||||
, nodePackages
|
, nodePackages
|
||||||
, python3
|
, python3
|
||||||
, python3Packages
|
, python3Packages
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib, mkDerivation, fetchFromGitHub, cmake, pkg-config, makeWrapper
|
{ lib, mkDerivation, fetchFromGitHub, cmake, pkg-config, makeWrapper
|
||||||
, boost, xercesc, hunspell, zlib, pcre16
|
, boost, xercesc, qtbase, qttools, qtwebengine, qtxmlpatterns
|
||||||
, qtbase, qttools, qtwebengine, qtxmlpatterns
|
|
||||||
, python3Packages
|
, python3Packages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
, unzip, libsecret, libXScrnSaver, libxshmfence, wrapGAppsHook, makeWrapper
|
, unzip, libsecret, libXScrnSaver, libxshmfence, wrapGAppsHook, makeWrapper
|
||||||
, atomEnv, at-spi2-atk, autoPatchelfHook
|
, atomEnv, at-spi2-atk, autoPatchelfHook
|
||||||
, systemd, fontconfig, libdbusmenu, glib, buildFHSUserEnvBubblewrap
|
, systemd, fontconfig, libdbusmenu, glib, buildFHSUserEnvBubblewrap
|
||||||
, writeShellScriptBin
|
|
||||||
|
|
||||||
# Populate passthru.tests
|
# Populate passthru.tests
|
||||||
, tests
|
, tests
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
, Cocoa
|
, Cocoa
|
||||||
, unixODBC
|
, unixODBC
|
||||||
, poppler
|
, poppler
|
||||||
, hdf4
|
|
||||||
, hdf5
|
, hdf5
|
||||||
, netcdf
|
, netcdf
|
||||||
, sqlite
|
, sqlite
|
||||||
|
|
|
@ -3,14 +3,9 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, ffmpeg
|
, ffmpeg
|
||||||
, gobject-introspection
|
|
||||||
, granite
|
, granite
|
||||||
, gtk
|
, gtk
|
||||||
, imagemagick
|
, imagemagick
|
||||||
, libgee
|
|
||||||
, libhandy
|
|
||||||
, libsecret
|
|
||||||
, libsoup
|
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, cmake
|
, cmake
|
||||||
, ninja
|
, ninja
|
||||||
, GitPython
|
, GitPython
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
, fetchpatch
|
|
||||||
, vala
|
, vala
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
, python3
|
||||||
|
|
|
@ -4,12 +4,9 @@
|
||||||
, wrapQtAppsHook
|
, wrapQtAppsHook
|
||||||
, qtmultimedia
|
, qtmultimedia
|
||||||
, qttools
|
, qttools
|
||||||
, qtscript
|
|
||||||
, qtdeclarative
|
, qtdeclarative
|
||||||
, qtnetworkauth
|
, qtnetworkauth
|
||||||
, qtbase
|
, qtbase
|
||||||
, autogen
|
|
||||||
, automake
|
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, catch2
|
, catch2
|
||||||
, nodejs
|
, nodejs
|
||||||
|
|
|
@ -6,11 +6,9 @@
|
||||||
, openjpeg, opencolorio_1, xsimd, poppler, curl, ilmbase, libmypaint, libwebp
|
, openjpeg, opencolorio_1, xsimd, poppler, curl, ilmbase, libmypaint, libwebp
|
||||||
, qtmultimedia, qtx11extras, quazip
|
, qtmultimedia, qtx11extras, quazip
|
||||||
, python3Packages
|
, python3Packages
|
||||||
|
|
||||||
, version
|
, version
|
||||||
, kde-channel
|
, kde-channel
|
||||||
, sha256
|
, sha256
|
||||||
|
|
||||||
, callPackage
|
, callPackage
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, patchelf, fetchurl, p7zip
|
{ lib, stdenv, fetchurl, p7zip
|
||||||
, nss, nspr, libusb1
|
, nss, nspr, libusb1
|
||||||
, qtbase, qtmultimedia, qtserialport
|
, qtbase, qtmultimedia, qtserialport
|
||||||
, autoPatchelfHook, wrapQtAppsHook
|
, autoPatchelfHook, wrapQtAppsHook
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitLab, fetchurl
|
{ lib, fetchFromGitLab, fetchurl
|
||||||
, boost, cmake, ffmpeg, qtbase, qtx11extras
|
, boost, cmake, ffmpeg, qtbase, qtx11extras
|
||||||
, qttools, qtxmlpatterns, qtsvg, gdal, gfortran, libXt, makeWrapper
|
, qttools, qtxmlpatterns, qtsvg, gdal, gfortran, libXt, makeWrapper
|
||||||
, mkDerivation, ninja, mpi, python3, tbb, libGLU, libGL
|
, mkDerivation, ninja, mpi, python3, tbb, libGLU, libGL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, stdenv, fetchFromGitHub, flex, bison, cmake, git, zlib}:
|
{lib, stdenv, fetchFromGitHub, flex, bison, cmake, zlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
version = "2018-08-15";
|
version = "2018-08-15";
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ mkDerivation, lib, fetchurl, cmake, exiv2, graphicsmagick, libraw, fetchpatch
|
{ mkDerivation, lib, fetchurl, cmake, exiv2, graphicsmagick, libraw, fetchpatch
|
||||||
, qtbase, qtdeclarative, qtmultimedia, qtquickcontrols, qttools, qtgraphicaleffects
|
, qtbase, qtdeclarative, qtmultimedia, qtquickcontrols, qttools, qtgraphicaleffects
|
||||||
, extra-cmake-modules, poppler, kimageformats, libarchive, libdevil
|
, extra-cmake-modules, poppler, kimageformats, libarchive}:
|
||||||
}:
|
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "photoqt";
|
pname = "photoqt";
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, gnustep
|
, gnustep
|
||||||
, gcc
|
|
||||||
, llvmPackages_9
|
, llvmPackages_9
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ mkDerivation
|
{ mkDerivation
|
||||||
, lib
|
, lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
|
|
||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ python3Packages
|
{ python3Packages
|
||||||
, qtbase
|
, qtbase
|
||||||
, ghostscript
|
|
||||||
, wrapQtAppsHook
|
, wrapQtAppsHook
|
||||||
, lib
|
, lib
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ stdenv
|
{ lib
|
||||||
, lib
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python3
|
, python3
|
||||||
, qt5
|
, qt5
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
mkDerivation, lib, kdepimTeam, substituteAll,
|
mkDerivation, lib, kdepimTeam,
|
||||||
extra-cmake-modules, shared-mime-info, qtbase, accounts-qt,
|
extra-cmake-modules, shared-mime-info, qtbase, accounts-qt,
|
||||||
boost, kaccounts-integration, kcompletion, kconfigwidgets, kcrash, kdbusaddons,
|
boost, kaccounts-integration, kcompletion, kconfigwidgets, kcrash, kdbusaddons,
|
||||||
kdesignerplugin, ki18n, kiconthemes, kio, kitemmodels, kwindowsystem, mariadb, qttools,
|
kdesignerplugin, ki18n, kiconthemes, kio, kitemmodels, kwindowsystem, mariadb, qttools,
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ mkDerivation, lib, config
|
{ mkDerivation, lib, extra-cmake-modules, kdoctools
|
||||||
, extra-cmake-modules, kdoctools
|
|
||||||
, breeze-icons, karchive, kconfig, kcrash, kdbusaddons, ki18n
|
, breeze-icons, karchive, kconfig, kcrash, kdbusaddons, ki18n
|
||||||
, kiconthemes, kitemmodels, khtml, kio, kparts, kpty, kservice, kwidgetsaddons
|
, kiconthemes, kitemmodels, khtml, kio, kparts, kpty, kservice, kwidgetsaddons
|
||||||
, libarchive, libzip
|
, libarchive, libzip
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
mkDerivation, lib, kdepimTeam, fetchpatch,
|
mkDerivation, lib, kdepimTeam,
|
||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
akonadi, akonadi-calendar, akonadi-mime, akonadi-notes, kcalutils,
|
akonadi, akonadi-calendar, akonadi-mime, akonadi-notes, kcalutils,
|
||||||
kholidays, kidentitymanagement, kmime, pimcommon, qttools,
|
kholidays, kidentitymanagement, kmime, pimcommon, qttools,
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ mkDerivation
|
{ mkDerivation
|
||||||
, fetchFromGitHub
|
|
||||||
, lib
|
, lib
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, kdoctools
|
, kdoctools
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
mkDerivation, lib, kdepimTeam, fetchpatch,
|
mkDerivation, lib, kdepimTeam,
|
||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
akonadi, akonadi-search, grantlee, grantleetheme, kcmutils, kcompletion,
|
akonadi, akonadi-search, grantlee, grantleetheme, kcmutils, kcompletion,
|
||||||
kcrash, kdbusaddons, ki18n, kontactinterface, kparts,
|
kcrash, kdbusaddons, ki18n, kontactinterface, kparts,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ mkDerivation, lib, extra-cmake-modules, kdoctools, ki18n, kio, openbabel, avogadro, qtscript, kparts, kplotting, kunitconversion }:
|
{ mkDerivation, lib, extra-cmake-modules, kdoctools, ki18n, kio, openbabel, qtscript, kparts, kplotting, kunitconversion }:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "kalzium";
|
pname = "kalzium";
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, fetchurl
|
|
||||||
, cmake
|
, cmake
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, qtbase
|
, qtbase
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ mkDerivation
|
{ mkDerivation
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, fetchpatch
|
|
||||||
, kcmutils
|
, kcmutils
|
||||||
, kconfigwidgets
|
, kconfigwidgets
|
||||||
, kdbusaddons
|
, kdbusaddons
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, kdoctools
|
, kdoctools
|
||||||
, libkdegames, kconfig, kio, ktextwidgets
|
, libkdegames, kio, ktextwidgets
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
mkDerivation, lib,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
kiconthemes, kparts, ktexteditor, kwidgetsaddons, libkomparediff2,
|
kiconthemes, kparts, ktexteditor, kwidgetsaddons, libkomparediff2,
|
||||||
fetchpatch
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
mkDerivation, lib, kdepimTeam,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
kcompletion, kconfig, kconfigwidgets, kcoreaddons, ki18n,
|
kcompletion, kconfig, kconfigwidgets, kcoreaddons, ki18n,
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, fetchpatch
|
|
||||||
, appstream-glib
|
, appstream-glib
|
||||||
, clang
|
, clang
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
, libXfixes
|
, libXfixes
|
||||||
, libXtst
|
, libXtst
|
||||||
, qtx11extras
|
, qtx11extras
|
||||||
, git
|
|
||||||
, knotifications
|
, knotifications
|
||||||
, qtwayland
|
, qtwayland
|
||||||
, wayland
|
, wayland
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, python3Packages, libspnav, jq }:
|
{ lib, stdenv, fetchFromGitHub, python3Packages, libspnav, jq }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, python3Packages, qtbase, fetchpatch, wrapQtAppsHook
|
{ lib, stdenv, fetchFromGitHub, python3Packages, wrapQtAppsHook
|
||||||
, secp256k1 }:
|
, secp256k1 }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ fetchFromGitHub, lib, stdenv, fetchpatch, pkg-config, exiv2, libxml2, gtk3
|
{ fetchFromGitHub, lib, stdenv, pkg-config, exiv2, libxml2, gtk3
|
||||||
, libxslt, docbook_xsl, docbook_xml_dtd_42, desktop-file-utils, wrapGAppsHook }:
|
, libxslt, docbook_xsl, docbook_xml_dtd_42, desktop-file-utils, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, intltool, libxml2, pkg-config, gnome, libchamplain, gdl, shared-mime-info, desktop-file-utils, wrapGAppsHook }:
|
{ lib, stdenv, fetchurl, intltool, libxml2, pkg-config, gnome, libchamplain, gdl, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gpx-viewer";
|
pname = "gpx-viewer";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, pkgs
|
{ lib, stdenv, pkgs
|
||||||
, glib, gnome, gtk3, gtksourceview3, gtkspell3, poppler, texlive
|
, glib, gtk3, gtksourceview3, gtkspell3, poppler, texlive
|
||||||
, pkg-config, intltool, autoreconfHook, wrapGAppsHook
|
, pkg-config, intltool, autoreconfHook, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, fetchFromGitHub, python3, fetchpatch }:
|
{ lib, fetchFromGitHub, python3 }:
|
||||||
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, writeScript, callPackage, buildFHSUserEnv, undaemonize, unwrapped ? callPackage ./runtime.nix {} }:
|
{ lib, stdenv, writeScript, callPackage, buildFHSUserEnv, unwrapped ? callPackage ./runtime.nix {} }:
|
||||||
|
|
||||||
buildFHSUserEnv rec {
|
buildFHSUserEnv rec {
|
||||||
name = "houdini-${unwrapped.version}";
|
name = "houdini-${unwrapped.version}";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, runCommand, fetchzip, fetchurl, fetchpatch, fetchFromGitHub
|
{ lib, stdenv, runCommand, fetchzip, fetchurl, fetchFromGitHub
|
||||||
, cmake, pkg-config, zlib, libpng, makeWrapper
|
, cmake, pkg-config, zlib, libpng, makeWrapper
|
||||||
, enableGSL ? true, gsl
|
, enableGSL ? true, gsl
|
||||||
, enableGhostScript ? true, ghostscript
|
, enableGhostScript ? true, ghostscript
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ mkDerivation
|
{ mkDerivation
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, kdoctools
|
|
||||||
, kiconthemes
|
, kiconthemes
|
||||||
, kio
|
, kio
|
||||||
, kjobwidgets
|
, kjobwidgets
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib, mkDerivation, fetchFromGitHub
|
{ lib, mkDerivation, fetchFromGitHub
|
||||||
, callPackage
|
, callPackage
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, makeWrapper
|
|
||||||
, qmake
|
, qmake
|
||||||
, qtbase
|
, qtbase
|
||||||
, qtwebengine
|
, qtwebengine
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, meson, ninja, pkg-config
|
, meson, ninja, pkg-config
|
||||||
, python3
|
, python3
|
||||||
, curl
|
, curl
|
||||||
|
@ -11,7 +11,6 @@
|
||||||
, gtest
|
, gtest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kiwix-lib";
|
pname = "kiwix-lib";
|
||||||
version = "10.1.1";
|
version = "10.1.1";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchurl, fetchpatch, pkg-config, freetype, harfbuzz, openjpeg
|
{ stdenv, lib, fetchurl, pkg-config, freetype, harfbuzz, openjpeg
|
||||||
, jbig2dec, libjpeg , darwin
|
, jbig2dec, libjpeg , darwin
|
||||||
, enableX11 ? true, libX11, libXext, libXi, libXrandr
|
, enableX11 ? true, libX11, libXext, libXi, libXrandr
|
||||||
, enableCurl ? true, curl, openssl
|
, enableCurl ? true, curl, openssl
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
, qmake
|
, qmake
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, qtsvg
|
, qtsvg
|
||||||
, libxml2
|
|
||||||
, postgresql
|
, postgresql
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ lib
|
||||||
, bash
|
|
||||||
, stdenv
|
, stdenv
|
||||||
, lz4
|
, lz4
|
||||||
, ffmpeg-full
|
, ffmpeg-full
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchurl, dpkg, patchelf, qt5, libXtst, libXext, libX11, mkDerivation, makeWrapper, libXScrnSaver, writeScript, common-updater-scripts, curl, pup }:
|
{ stdenv, lib, fetchurl, dpkg, patchelf, qt5, libXtst, libXext, libX11, mkDerivation, libXScrnSaver, writeScript, common-updater-scripts, curl, pup }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.16.5.1";
|
version = "2.16.5.1";
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, substituteAll
|
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, rofi }:
|
{ lib, stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rofi-power-menu";
|
pname = "rofi-power-menu";
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
, numpy
|
, numpy
|
||||||
, pyphotonfile
|
, pyphotonfile
|
||||||
, shiboken2
|
, shiboken2
|
||||||
, which
|
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.1.3";
|
version = "0.1.3";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, fetchFromGitHub, autoreconfHook, cmake, wrapQtAppsHook, pkg-config, qmake
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, cmake, wrapQtAppsHook, pkg-config, qmake
|
||||||
, curl, grantlee, libgit2, libusb-compat-0_1, libssh2, libxml2, libxslt, libzip, zlib
|
, curl, grantlee, libgit2, libusb-compat-0_1, libssh2, libxml2, libxslt, libzip, zlib
|
||||||
, qtbase, qtconnectivity, qtlocation, qtsvg, qttools, qtwebkit, libXcomposite
|
, qtbase, qtconnectivity, qtlocation, qtsvg, qttools, qtwebkit, libXcomposite
|
||||||
, bluez
|
, bluez
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildPythonApplication
|
, buildPythonApplication
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchPypi
|
|
||||||
, bibtool
|
, bibtool
|
||||||
, pybtex
|
, pybtex
|
||||||
, pymupdf
|
, pymupdf
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchhg, fetchpatch, pkg-config, meson, ninja, wayland, gtk3, wrapGAppsHook, installShellFiles }:
|
{ stdenv, lib, fetchhg, pkg-config, meson, ninja, wayland, gtk3, wrapGAppsHook, installShellFiles }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wofi";
|
pname = "wofi";
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, cmake, libuv, libmicrohttpd, openssl
|
{ stdenv, lib, fetchFromGitHub, cmake, libuv, libmicrohttpd, openssl
|
||||||
, donateLevel ? 0
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ stdenv, lib, meson, ninja, fetchurl, fetchpatch
|
{ stdenv, lib, meson, ninja, fetchurl, cairo
|
||||||
, cairo
|
|
||||||
, girara
|
, girara
|
||||||
, gtk-mac-integration
|
, gtk-mac-integration
|
||||||
, gumbo
|
, gumbo
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
, nss
|
, nss
|
||||||
, openssl
|
, openssl
|
||||||
, pango
|
, pango
|
||||||
, procps
|
|
||||||
, python3
|
, python3
|
||||||
, stdenv
|
, stdenv
|
||||||
, systemd
|
, systemd
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, ncurses, libX11, bzip2, zlib
|
{ lib, stdenv, fetchFromGitHub, ncurses, libX11, bzip2, zlib
|
||||||
, brotli, zstd, xz, openssl, autoreconfHook, gettext, pkg-config, libev
|
, brotli, zstd, xz, openssl, autoreconfHook, gettext, pkg-config, libev
|
||||||
, gpm, libidn, tre, expat
|
, gpm, libidn, tre, expat
|
||||||
, # Incompatible licenses, LGPLv3 - GPLv2
|
, # Incompatible licenses, LGPLv3 - GPLv2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, fetchpatch, makeWrapper, wrapGAppsHook
|
{ lib, stdenv, fetchurl, makeWrapper, wrapGAppsHook
|
||||||
|
|
||||||
# Buildtime dependencies.
|
# Buildtime dependencies.
|
||||||
, check, pkg-config, xxd
|
, check, pkg-config, xxd
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, buildFHSUserEnvBubblewrap
|
, buildFHSUserEnvBubblewrap
|
||||||
, callPackage
|
|
||||||
, copyDesktopItems
|
, copyDesktopItems
|
||||||
, dpkg
|
, dpkg
|
||||||
, lndir
|
, lndir
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
, alsa-lib
|
, alsa-lib
|
||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, buildFHSUserEnvBubblewrap
|
, buildFHSUserEnvBubblewrap
|
||||||
, callPackage
|
|
||||||
, copyDesktopItems
|
, copyDesktopItems
|
||||||
, dbus
|
, dbus
|
||||||
, dpkg
|
, dpkg
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
, mock
|
, mock
|
||||||
, netaddr
|
, netaddr
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, python3Packages
|
|
||||||
, radish-bdd
|
, radish-bdd
|
||||||
, semver
|
, semver
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, pkgs
|
{ stdenv, lib, fetchFromGitHub, autoconf, automake, curl, iprange, iproute2, iptables, iputils
|
||||||
, autoconf, automake, curl, iprange, iproute2, iptables, iputils
|
|
||||||
, kmod, nettools, procps, tcpdump, traceroute, util-linux, whois
|
, kmod, nettools, procps, tcpdump, traceroute, util-linux, whois
|
||||||
|
|
||||||
# If true, just install FireQOS without FireHOL
|
# If true, just install FireQOS without FireHOL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, fetchFromGitHub, stdenv, bitlbee, autoconf, automake, libtool, pkg-config, glib, libgcrypt }:
|
{ lib, fetchFromGitHub, stdenv, bitlbee, autoconf, automake, libtool, pkg-config, libgcrypt }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, cmake
|
, cmake
|
||||||
, asciidoc
|
, asciidoc
|
||||||
, cmark
|
, cmark
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
, gst_all_1, libstartup_notification, gettext, perlPackages, libxml2, nss
|
, gst_all_1, libstartup_notification, gettext, perlPackages, libxml2, nss
|
||||||
, nspr, farstream, libXScrnSaver, avahi, dbus, dbus-glib, intltool, libidn
|
, nspr, farstream, libXScrnSaver, avahi, dbus, dbus-glib, intltool, libidn
|
||||||
, lib, python3, libICE, libXext, libSM, libgnt, ncurses, cyrus_sasl, openssl
|
, lib, python3, libICE, libXext, libSM, libgnt, ncurses, cyrus_sasl, openssl
|
||||||
, gnutls, libgcrypt, symlinkJoin, cacert, plugins, withOpenssl, withGnutls, withCyrus_sasl ? true
|
, gnutls, libgcrypt, cacert, plugins, withOpenssl, withGnutls, withCyrus_sasl ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# FIXME: clean the mess around choosing the SSL library (nss by default)
|
# FIXME: clean the mess around choosing the SSL library (nss by default)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, lib, fetchurl, rpmextract, undmg, autoPatchelfHook
|
{ stdenv, lib, fetchurl, rpmextract, undmg, autoPatchelfHook
|
||||||
, xorg, gtk3, gnome2, nss, alsa-lib, udev, libnotify
|
, xorg, gtk3, nss, alsa-lib, udev, libnotify
|
||||||
, wrapGAppsHook }:
|
, wrapGAppsHook }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, dpkg
|
, dpkg
|
||||||
, glibc
|
|
||||||
, glib
|
|
||||||
, libxcb
|
, libxcb
|
||||||
, libGL
|
, libGL
|
||||||
, nss
|
, nss
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config, gtk2, lua, perl, python3Packages
|
{ lib, stdenv, fetchFromGitHub, pkg-config, gtk2, lua, perl, python3Packages
|
||||||
, pciutils, dbus-glib, libcanberra-gtk2, libproxy
|
, pciutils, dbus-glib, libcanberra-gtk2, libproxy
|
||||||
, enchant2, libnotify, openssl, isocodes
|
, enchant2, libnotify, openssl, isocodes
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gobject-introspection
|
|
||||||
, pango
|
, pango
|
||||||
, cairo
|
, cairo
|
||||||
, gtk2
|
, gtk2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ coreutils, fetchFromGitHub, fetchpatch, file, gawk, gnugrep, gnused
|
{ coreutils, fetchFromGitHub, file, gawk, gnugrep, gnused
|
||||||
, installShellFiles, less, lib, libiconv, makeWrapper, nano, stdenv, ruby
|
, installShellFiles, lib, libiconv, makeWrapper, stdenv, ruby
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue