pkgs/*: remove unreferenced function arguments
This commit is contained in:
parent
1a6af9f88e
commit
52f53c69ce
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchpatch, python3, pkgconfig, which, libtool, autoconf, automake,
|
{ stdenv, python3, pkgconfig, which, libtool, autoconf, automake,
|
||||||
autogen, git, sqlite, gmp, zlib, fetchFromGitHub }:
|
autogen, sqlite, gmp, zlib, fetchFromGitHub }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -88,5 +88,5 @@ rec {
|
|||||||
parity = callPackage ./parity { };
|
parity = callPackage ./parity { };
|
||||||
parity-ui = callPackage ./parity-ui { };
|
parity-ui = callPackage ./parity-ui { };
|
||||||
|
|
||||||
particl-core = callPackage ./particl/particl-core.nix { boost = boost165; miniupnpc = miniupnpc_2; withGui = false; };
|
particl-core = callPackage ./particl/particl-core.nix { boost = boost165; miniupnpc = miniupnpc_2; };
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, unbound, openssl, boost
|
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, unbound, openssl, boost
|
||||||
, libunwind, lmdb, miniupnpc, readline }:
|
, lmdb, miniupnpc, readline }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dero-${version}";
|
name = "dero-${version}";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv , fetchFromGitHub
|
{ stdenv , fetchFromGitHub
|
||||||
, pkgconfig, autoreconfHook
|
, pkgconfig, autoreconfHook
|
||||||
, db5, openssl, boost, zlib, miniupnpc
|
, db5, openssl, boost, zlib, miniupnpc
|
||||||
, glib, protobuf, utillinux, qt4, qrencode
|
, protobuf, utillinux, qt4, qrencode
|
||||||
, withGui }:
|
, withGui }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub, fetchgit, clang }:
|
{ stdenv, buildGoPackage, fetchFromGitHub, fetchgit }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "ethsign-${version}";
|
name = "ethsign-${version}";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchFromGitHub, stdenv, db, boost, gmp, mpfr, miniupnpc, qt4, qmake4Hook, unzip }:
|
{ fetchFromGitHub, stdenv, db, boost, gmp, mpfr, qt4, qmake4Hook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.8.6-2";
|
version = "0.8.6-2";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
|
{ lib, buildGoPackage, fetchgit }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "go-ethereum-classic-${version}";
|
name = "go-ethereum-classic-${version}";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, buildGoPackage, fetchFromGitHub, libobjc, IOKit }:
|
{ stdenv, buildGoPackage, fetchFromGitHub, libobjc, IOKit }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "go-ethereum-${version}";
|
name = "go-ethereum-${version}";
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
, lens-aeson, memory, monad-par, mtl, optparse-generic, process
|
, lens-aeson, memory, monad-par, mtl, optparse-generic, process
|
||||||
, QuickCheck, quickcheck-text, readline, rosezipper, scientific
|
, QuickCheck, quickcheck-text, readline, rosezipper, scientific
|
||||||
, stdenv, tasty, tasty-hunit, tasty-quickcheck, temporary, text
|
, stdenv, tasty, tasty-hunit, tasty-quickcheck, temporary, text
|
||||||
, text-format, time, unordered-containers, vector, vty
|
, text-format, unordered-containers, vector, vty
|
||||||
|
|
||||||
, restless-git
|
, restless-git
|
||||||
|
|
||||||
, fetchFromGitHub, lib, makeWrapper
|
, fetchFromGitHub, lib, makeWrapper
|
||||||
, ncurses, zlib, bzip2, solc, coreutils
|
, zlib, bzip2, solc, coreutils
|
||||||
, bash
|
, bash
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, makeWrapper, fetchurl, unzip, atomEnv, makeDesktopItem, buildFHSUserEnv }:
|
{ stdenv, makeWrapper, fetchurl, unzip, atomEnv, makeDesktopItem, buildFHSUserEnv }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.10.0";
|
version = "0.10.0";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, openssl, boost, libevent, autoreconfHook, db4, miniupnpc, eject, pkgconfig, qt4, protobuf, libqrencode
|
{ stdenv, fetchFromGitHub, openssl, boost, libevent, autoreconfHook, db4, miniupnpc, eject, pkgconfig, qt4, protobuf, libqrencode
|
||||||
, withGui }:
|
, withGui }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{lib, pkgs, stdenv, fetchFromGitHub, cmake, pkgconfig, boost, libGL, qtbase}:
|
{lib, stdenv, fetchFromGitHub, cmake, pkgconfig, boost, libGL, qtbase}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgs, fetchurl, lib, makeWrapper, nodePackages }:
|
{ stdenv, pkgs, fetchurl, makeWrapper, nodePackages }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk2, atk, pango, freetype, fontconfig
|
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk2, atk, pango, freetype, fontconfig
|
||||||
, libgnome-keyring3, gdk_pixbuf, gvfs, cairo, cups, expat, libgpgerror, nspr
|
, libgnome-keyring3, gdk_pixbuf, cairo, cups, expat, libgpgerror, nspr
|
||||||
, nss, xorg, libcap, systemd, libnotify, libsecret, gnome3 }:
|
, nss, xorg, libcap, systemd, libnotify, libsecret, gnome3 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -4,14 +4,11 @@
|
|||||||
, db48
|
, db48
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, libevent
|
, libevent
|
||||||
, libtool
|
|
||||||
, miniupnpc
|
, miniupnpc
|
||||||
, openssl
|
, openssl
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, utillinux
|
|
||||||
, zeromq
|
, zeromq
|
||||||
, zlib
|
, zlib
|
||||||
, withGui
|
|
||||||
, unixtools
|
, unixtools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchgit, autoconf, libtool, automake, pkgconfig, git
|
{ stdenv, fetchgit, autoconf, libtool, automake, pkgconfig, git
|
||||||
, bison, flex, postgresql }:
|
, bison, flex, postgresql }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, bash, which, vorbis-tools, id3v2, eyeD3
|
{ stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, which, vorbis-tools, id3v2, eyeD3
|
||||||
, lame, flac, eject, mkcue, glyr
|
, lame, flac, glyr
|
||||||
, perl, DigestSHA, MusicBrainz, MusicBrainzDiscID
|
, perl, DigestSHA, MusicBrainz, MusicBrainzDiscID
|
||||||
, makeWrapper }:
|
, makeWrapper }:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, multiStdenv, cmake, fetchFromGitHub, file, libX11, makeWrapper
|
{ stdenv, multiStdenv, cmake, fetchFromGitHub, file, libX11, makeWrapper
|
||||||
, overrideCC, qt5, requireFile, unzip, wine
|
, qt5, requireFile, unzip, wine
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, wxGTK30, pkgconfig, file, gettext, gtk2, glib, zlib, perl, intltool,
|
{ stdenv, fetchurl, wxGTK30, pkgconfig, file, gettext, gtk2,
|
||||||
libogg, libvorbis, libmad, libjack2, lv2, lilv, serd, sord, sratom, suil, alsaLib, libsndfile, soxr, flac, lame,
|
libvorbis, libmad, libjack2, lv2, lilv, serd, sord, sratom, suil, alsaLib, libsndfile, soxr, flac, lame,
|
||||||
expat, libid3tag, ffmpeg, soundtouch, /*, portaudio - given up fighting their portaudio.patch */
|
expat, libid3tag, ffmpeg, soundtouch, /*, portaudio - given up fighting their portaudio.patch */
|
||||||
autoconf, automake, libtool
|
autoconf, automake, libtool
|
||||||
}:
|
}:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, stdenv, lib, fetchurl, intltool, pkgconfig, gstreamer, gst-plugins-base
|
{ stdenv, lib, fetchurl, intltool, pkgconfig, gstreamer, gst-plugins-base
|
||||||
, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-ffmpeg, glib
|
, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-ffmpeg, glib
|
||||||
, mono, mono-addins, dbus-sharp-1_0, dbus-sharp-glib-1_0, notify-sharp, gtk-sharp-2_0
|
, mono, mono-addins, dbus-sharp-1_0, dbus-sharp-glib-1_0, notify-sharp, gtk-sharp-2_0
|
||||||
, boo, gdata-sharp, taglib-sharp, sqlite, gnome-sharp, gconf, gtk-sharp-beans, gio-sharp
|
, boo, gdata-sharp, taglib-sharp, sqlite, gnome-sharp, gconf, gtk-sharp-beans, gio-sharp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, boost, cmake, chromaprint, gettext, gst_all_1, liblastfm
|
{ stdenv, fetchurl, fetchpatch, boost, cmake, chromaprint, gettext, gst_all_1, liblastfm
|
||||||
, qt4, taglib, fftw, glew, qjson, sqlite, libgpod, libplist, usbmuxd, libmtp
|
, qt4, taglib, fftw, glew, qjson, sqlite, libgpod, libplist, usbmuxd, libmtp
|
||||||
, libpulseaudio, gvfs, libcdio, libechonest, libspotify, pcre, projectm, protobuf
|
, libpulseaudio, gvfs, libcdio, libechonest, libspotify, pcre, projectm, protobuf
|
||||||
, qca2, pkgconfig, sparsehash, config, makeWrapper, runCommand, gst_plugins }:
|
, qca2, pkgconfig, sparsehash, config, makeWrapper, gst_plugins }:
|
||||||
|
|
||||||
let
|
let
|
||||||
withIpod = config.clementine.ipod or false;
|
withIpod = config.clementine.ipod or false;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, intltool, pkgconfig, fetchpatch, jansson
|
{ stdenv, fetchurl, intltool, pkgconfig, jansson
|
||||||
# deadbeef can use either gtk2 or gtk3
|
# deadbeef can use either gtk2 or gtk3
|
||||||
, gtk2Support ? false, gtk2 ? null
|
, gtk2Support ? false, gtk2 ? null
|
||||||
, gtk3Support ? true, gtk3 ? null, gsettings-desktop-schemas ? null, wrapGAppsHook ? null
|
, gtk3Support ? true, gtk3 ? null, gsettings-desktop-schemas ? null, wrapGAppsHook ? null
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, symlinkJoin, deadbeef, makeWrapper, plugins }:
|
{ symlinkJoin, deadbeef, makeWrapper, plugins }:
|
||||||
|
|
||||||
symlinkJoin {
|
symlinkJoin {
|
||||||
name = "deadbeef-with-plugins-${deadbeef.version}";
|
name = "deadbeef-with-plugins-${deadbeef.version}";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, alsaLib, fftwSinglePrec, freetype, libjack2
|
{ stdenv, fetchFromGitHub, alsaLib, fftwSinglePrec, freetype, libjack2
|
||||||
, libxslt, lv2, pkgconfig, premake3, xorg, ladspa-sdk }:
|
, pkgconfig, premake3, xorg, ladspa-sdk }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "distrho-ports-unstable-2018-01-01";
|
name = "distrho-ports-unstable-2018-01-01";
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, clang
|
|
||||||
, llvm
|
, llvm
|
||||||
, emscripten
|
, emscripten
|
||||||
, openssl
|
, openssl
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, fftw, freeglut, libGLU, qtbase, qtmultimedia, qmake
|
{ stdenv, fetchFromGitHub, fftw, qtbase, qtmultimedia, qmake
|
||||||
, alsaSupport ? true, alsaLib ? null
|
, alsaSupport ? true, alsaLib ? null
|
||||||
, jackSupport ? false, libjack2 ? null
|
, jackSupport ? false, libjack2 ? null
|
||||||
, portaudioSupport ? false, portaudio ? null }:
|
, portaudioSupport ? false, portaudio ? null }:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig
|
{ stdenv, fetchFromGitHub, pkgconfig
|
||||||
, gcc
|
|
||||||
, python3
|
, python3
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, wrapGAppsHook, intltool, libgpod, curl, flac,
|
{ stdenv, fetchurl, pkgconfig, wrapGAppsHook, intltool, libgpod, curl, flac,
|
||||||
gnome3, gtk3, glib, gettext, perl, perlXMLParser, flex, libid3tag,
|
gnome3, gtk3, gettext, perl, perlXMLParser, flex, libid3tag,
|
||||||
libvorbis, hicolor-icon-theme, gdk_pixbuf }:
|
libvorbis, gdk_pixbuf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.1.5";
|
version = "2.1.5";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, alsaLib, libclthreads, libclxclient, libX11, libXft, libXrender, fftwFloat, freetype, fontconfig, libjack2, xorg, zita-alsa-pcmi }:
|
{ stdenv, fetchurl, alsaLib, libclthreads, libclxclient, libX11, libXft, libXrender, fftwFloat, libjack2, zita-alsa-pcmi }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jaaa-${version}";
|
name = "jaaa-${version}";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages }:
|
{ fetchurl, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "lastfmsubmitd";
|
pname = "lastfmsubmitd";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgs, callPackage, fetchFromGitHub, faust2jack, faust2lv2, helmholtz, mrpeach, puredata-with-plugins }:
|
{ stdenv, fetchFromGitHub, faust2jack, faust2lv2, helmholtz, mrpeach, puredata-with-plugins }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "VoiceOfFaust-${version}";
|
name = "VoiceOfFaust-${version}";
|
||||||
version = "1.1.4";
|
version = "1.1.4";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, libmikmod, ncurses, alsaLib }:
|
{ stdenv, fetchurl, libmikmod, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mikmod-3.2.8";
|
name = "mikmod-3.2.8";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages, mopidy }:
|
{ stdenv, pythonPackages, mopidy }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "Mopidy-Mopify";
|
pname = "Mopidy-Mopify";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, libao, readline, json_c, libgcrypt, libav, curl }:
|
{ fetchurl, stdenv, pkgconfig, libao, json_c, libgcrypt, libav, curl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pianobar-2016.06.02";
|
name = "pianobar-2016.06.02";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, python2Packages, fetchurl, gettext, chromaprint }:
|
{ stdenv, python2Packages, fetchurl, gettext }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonPackages = python2Packages;
|
pythonPackages = python2Packages;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, python2Packages, makeWrapper, chromaprint }:
|
{ stdenv, fetchFromGitHub, python2Packages, chromaprint }:
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
pname = "puddletag";
|
pname = "puddletag";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, symlinkJoin, puredata, makeWrapper, plugins }:
|
{ symlinkJoin, puredata, makeWrapper, plugins }:
|
||||||
|
|
||||||
let
|
let
|
||||||
puredataFlags = map (x: "-path ${x}/") plugins;
|
puredataFlags = map (x: "-path ${x}/") plugins;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgs, fetchFromGitHub,
|
{ stdenv, fetchFromGitHub,
|
||||||
automake, pkgconfig, lv2, fftw, cmake, xorg, libjack2, libsamplerate, libsndfile
|
automake, pkgconfig, lv2, fftw, cmake, xorg, libjack2, libsamplerate, libsndfile
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, pkgconfig, intltool, wrapGAppsHook
|
{ stdenv, fetchFromGitHub, pkgconfig, intltool, wrapGAppsHook
|
||||||
, python3Packages, gnome3, gtk3, gobjectIntrospection}:
|
, python3Packages, gnome3, gtk3, gobjectIntrospection}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, llvmPackages, pkgconfig, mpd_clientlib, openssl }:
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, mpd_clientlib, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ympd-${version}";
|
name = "ympd-${version}";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, jre, cpio, gawk, gnugrep, gnused, procps, swt, gtk2, glib, libXtst }:
|
{ stdenv, fetchurl, makeWrapper, jre, cpio, gawk, gnugrep, gnused, procps, gtk2, glib, libXtst }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.8.3";
|
version = "4.8.3";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pam, pkgconfig, libxcb, glib, libXdmcp, itstool, libxml2
|
{ stdenv, fetchurl, pam, pkgconfig, libxcb, glib, libXdmcp, itstool, libxml2
|
||||||
, intltool, xlibsWrapper, libxklavier, libgcrypt, audit, coreutils
|
, intltool, libxklavier, libgcrypt, audit, coreutils
|
||||||
, qt4 ? null
|
, qt4 ? null
|
||||||
, withQt5 ? false, qtbase
|
, withQt5 ? false, qtbase
|
||||||
}:
|
}:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ mkDerivation, lib, fetchFromGitHub, fetchpatch
|
{ mkDerivation, lib, fetchFromGitHub
|
||||||
, cmake, extra-cmake-modules, pkgconfig, libxcb, libpthreadstubs, lndir
|
, cmake, extra-cmake-modules, pkgconfig, libxcb, libpthreadstubs
|
||||||
, libXdmcp, libXau, qtbase, qtdeclarative, qttools, pam, systemd
|
, libXdmcp, libXau, qtbase, qtdeclarative, qttools, pam, systemd
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, callPackage, fetchurl, makeFontsConf, gnome2 }:
|
{ stdenv, callPackage, makeFontsConf, gnome2 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
mkStudio = opts: callPackage (import ./common.nix opts) {
|
mkStudio = opts: callPackage (import ./common.nix opts) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgs, fetchurl, lib, makeWrapper, gvfs, atomEnv}:
|
{ stdenv, pkgs, fetchurl, makeWrapper, gvfs, atomEnv}:
|
||||||
|
|
||||||
let
|
let
|
||||||
common = pname: {version, sha256}: stdenv.mkDerivation rec {
|
common = pname: {version, sha256}: stdenv.mkDerivation rec {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk3, atk, pango, freetype, fontconfig
|
{ stdenv, lib, zlib, glib, alsaLib, dbus, gtk3, atk, pango, freetype, fontconfig
|
||||||
, libgnome-keyring3, gdk_pixbuf, gvfs, cairo, cups, expat, libgpgerror, nspr
|
, libgnome-keyring3, gdk_pixbuf, cairo, cups, expat, libgpgerror, nspr
|
||||||
, gconf, nss, xorg, libcap, systemd, libnotify, libsecret
|
, gconf, nss, xorg, libcap, systemd, libnotify, libsecret
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, buildEnv, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, gconf
|
{ stdenv, fetchurl, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, gconf
|
||||||
, cups, libgcrypt_1_5, systemd, makeWrapper, dbus }:
|
, cups, libgcrypt_1_5, systemd, dbus }:
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, fetchurl, stdenv, coreutils, ncurses, lua }:
|
{ fetchurl, stdenv, coreutils, ncurses, lua }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dit-${version}";
|
name = "dit-${version}";
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, lib, fetchurl, makeDesktopItem, makeWrapper
|
{ stdenv, fetchurl, makeDesktopItem, makeWrapper
|
||||||
, freetype, fontconfig, libX11, libXext, libXrender, zlib
|
, freetype, fontconfig, libX11, libXrender, zlib
|
||||||
, glib, gtk3, libXtst, jdk, gsettings-desktop-schemas
|
, glib, gtk3, libXtst, jdk, gsettings-desktop-schemas
|
||||||
, webkitgtk ? null # for internal web browser
|
, webkitgtk ? null # for internal web browser
|
||||||
, buildEnv, writeText, runCommand
|
, buildEnv, runCommand
|
||||||
, callPackage
|
, callPackage
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ clangStdenv, fetchgit, llvmPackages, clang }:
|
{ clangStdenv, fetchgit, llvmPackages }:
|
||||||
|
|
||||||
clangStdenv.mkDerivation {
|
clangStdenv.mkDerivation {
|
||||||
name = "emacs-clang-complete-async-20130218";
|
name = "emacs-clang-complete-async-20130218";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, lib, stdenv, melpaBuild }:
|
{ fetchurl, melpaBuild }:
|
||||||
|
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "filesets-plus";
|
pname = "filesets-plus";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, lib, stdenv, melpaBuild }:
|
{ fetchurl, lib, melpaBuild }:
|
||||||
|
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "font-lock-plus";
|
pname = "font-lock-plus";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, lib, stdenv, melpaBuild }:
|
{ fetchurl, lib, melpaBuild }:
|
||||||
|
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "header2";
|
pname = "header2";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, lib, stdenv, melpaBuild }:
|
{ fetchurl, lib, melpaBuild }:
|
||||||
|
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "hexrgb";
|
pname = "hexrgb";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, lib, stdenv, melpaBuild }:
|
{ fetchurl, lib, melpaBuild }:
|
||||||
|
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "lib-requires";
|
pname = "lib-requires";
|
||||||
|
@ -13,7 +13,7 @@ To update the list of packages from MELPA,
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{ lib, external }:
|
{ external }:
|
||||||
|
|
||||||
self:
|
self:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, emacs, ocaml }:
|
{ stdenv, emacs, ocaml }:
|
||||||
|
|
||||||
# this package installs the emacs-mode which
|
# this package installs the emacs-mode which
|
||||||
# resides in the ocaml compiler sources.
|
# resides in the ocaml compiler sources.
|
||||||
|
@ -11,7 +11,7 @@ To update the list of packages from ELPA,
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{ fetchurl, lib, stdenv, texinfo }:
|
{ }:
|
||||||
|
|
||||||
self:
|
self:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, emacs, texinfo, which, texlive }:
|
{ fetchurl, stdenv, emacs, texinfo, texlive }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "org-8.3.3";
|
name = "org-8.3.3";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, lib, stdenv, melpaBuild }:
|
{ fetchurl, lib, melpaBuild }:
|
||||||
|
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "thingatpt-plus";
|
pname = "thingatpt-plus";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchurl, ncurses, xlibsWrapper, libXaw, libXpm, Xaw3d
|
{ stdenv, lib, fetchurl, ncurses, xlibsWrapper, libXaw, libXpm, Xaw3d
|
||||||
, pkgconfig, gettext, libXft, dbus, libpng, libjpeg, libungif
|
, pkgconfig, gettext, libXft, dbus, libpng, libjpeg, libungif
|
||||||
, libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux
|
, libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux
|
||||||
, alsaLib, cairo, acl, gpm, AppKit, CoreWLAN, Kerberos, GSS, ImageIO
|
, alsaLib, cairo, acl, gpm, AppKit, GSS, ImageIO
|
||||||
, withX ? !stdenv.isDarwin
|
, withX ? !stdenv.isDarwin
|
||||||
, withGTK2 ? false, gtk2 ? null
|
, withGTK2 ? false, gtk2 ? null
|
||||||
, withGTK3 ? true, gtk3 ? null, gsettings-desktop-schemas ? null
|
, withGTK3 ? true, gtk3 ? null, gsettings-desktop-schemas ? null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchurl, ncurses, xlibsWrapper, libXaw, libXpm, Xaw3d
|
{ stdenv, lib, fetchurl, ncurses, xlibsWrapper, libXaw, libXpm, Xaw3d
|
||||||
, pkgconfig, gettext, libXft, dbus, libpng, libjpeg, libungif
|
, pkgconfig, gettext, libXft, dbus, libpng, libjpeg, libungif
|
||||||
, libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux
|
, libtiff, librsvg, gconf, libxml2, imagemagick, gnutls, libselinux
|
||||||
, alsaLib, cairo, acl, gpm, AppKit, CoreWLAN, Kerberos, GSS, ImageIO
|
, alsaLib, cairo, acl, gpm, AppKit, GSS, ImageIO
|
||||||
, withX ? !stdenv.isDarwin
|
, withX ? !stdenv.isDarwin
|
||||||
, withGTK2 ? false, gtk2 ? null
|
, withGTK2 ? false, gtk2 ? null
|
||||||
, withGTK3 ? true, gtk3 ? null, gsettings-desktop-schemas ? null
|
, withGTK3 ? true, gtk3 ? null, gsettings-desktop-schemas ? null
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, makeDesktopItem, makeWrapper, patchelf, p7zip
|
{ stdenv, makeDesktopItem, makeWrapper, patchelf, p7zip
|
||||||
, coreutils, gnugrep, which, git, python, unzip, libsecret
|
, coreutils, gnugrep, which, git, unzip, libsecret
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{ name, product, version, src, wmClass, jdk, meta } @ attrs:
|
{ name, product, version, src, wmClass, jdk, meta } @ attrs:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, callPackage, fetchurl, makeDesktopItem, makeWrapper, patchelf
|
{ lib, stdenv, callPackage, fetchurl
|
||||||
, coreutils, gnugrep, which, git, python, unzip, p7zip
|
, python
|
||||||
, androidsdk, jdk, cmake, libxml2, zlib, python3, ncurses
|
, jdk, cmake, libxml2, zlib, python3, ncurses
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
@ -10,7 +10,7 @@ let
|
|||||||
|
|
||||||
# Sorted alphabetically
|
# Sorted alphabetically
|
||||||
|
|
||||||
buildClion = { name, version, src, license, description, wmClass, update-channel }:
|
buildClion = { name, version, src, license, description, wmClass, ... }:
|
||||||
lib.overrideDerivation (mkJetBrainsProduct rec {
|
lib.overrideDerivation (mkJetBrainsProduct rec {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "CLion";
|
product = "CLion";
|
||||||
@ -66,7 +66,7 @@ let
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
buildDataGrip = { name, version, src, license, description, wmClass, update-channel }:
|
buildDataGrip = { name, version, src, license, description, wmClass, ... }:
|
||||||
(mkJetBrainsProduct {
|
(mkJetBrainsProduct {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "DataGrip";
|
product = "DataGrip";
|
||||||
@ -83,7 +83,7 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
buildGoland = { name, version, src, license, description, wmClass, update-channel }:
|
buildGoland = { name, version, src, license, description, wmClass, ... }:
|
||||||
lib.overrideDerivation (mkJetBrainsProduct {
|
lib.overrideDerivation (mkJetBrainsProduct {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "Goland";
|
product = "Goland";
|
||||||
@ -108,7 +108,7 @@ let
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
buildIdea = { name, version, src, license, description, wmClass, update-channel }:
|
buildIdea = { name, version, src, license, description, wmClass, ... }:
|
||||||
(mkJetBrainsProduct rec {
|
(mkJetBrainsProduct rec {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "IDEA";
|
product = "IDEA";
|
||||||
@ -125,7 +125,7 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
buildPhpStorm = { name, version, src, license, description, wmClass, update-channel }:
|
buildPhpStorm = { name, version, src, license, description, wmClass, ... }:
|
||||||
(mkJetBrainsProduct {
|
(mkJetBrainsProduct {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "PhpStorm";
|
product = "PhpStorm";
|
||||||
@ -142,7 +142,7 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
buildPycharm = { name, version, src, license, description, wmClass, update-channel }:
|
buildPycharm = { name, version, src, license, description, wmClass, ... }:
|
||||||
(mkJetBrainsProduct rec {
|
(mkJetBrainsProduct rec {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "PyCharm";
|
product = "PyCharm";
|
||||||
@ -169,7 +169,7 @@ let
|
|||||||
propagatedUserEnvPkgs = [ python ];
|
propagatedUserEnvPkgs = [ python ];
|
||||||
};
|
};
|
||||||
|
|
||||||
buildRider = { name, version, src, license, description, wmClass, update-channel }:
|
buildRider = { name, version, src, license, description, wmClass, ... }:
|
||||||
lib.overrideDerivation (mkJetBrainsProduct rec {
|
lib.overrideDerivation (mkJetBrainsProduct rec {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "Rider";
|
product = "Rider";
|
||||||
@ -195,7 +195,7 @@ let
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
buildRubyMine = { name, version, src, license, description, wmClass, update-channel }:
|
buildRubyMine = { name, version, src, license, description, wmClass, ... }:
|
||||||
(mkJetBrainsProduct rec {
|
(mkJetBrainsProduct rec {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "RubyMine";
|
product = "RubyMine";
|
||||||
@ -208,7 +208,7 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
buildWebStorm = { name, version, src, license, description, wmClass, update-channel }:
|
buildWebStorm = { name, version, src, license, description, wmClass, ... }:
|
||||||
lib.overrideDerivation (mkJetBrainsProduct {
|
lib.overrideDerivation (mkJetBrainsProduct {
|
||||||
inherit name version src wmClass jdk;
|
inherit name version src wmClass jdk;
|
||||||
product = "WebStorm";
|
product = "WebStorm";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ config, stdenv, fetchgit, makeWrapper, gnome3, at-spi2-core, libcxx,
|
{ stdenv, fetchgit, gnome3, at-spi2-core,
|
||||||
boost, epoxy, cmake, aspell, llvmPackages, libgit2, pkgconfig, pcre,
|
boost, epoxy, cmake, aspell, llvmPackages, libgit2, pkgconfig, pcre,
|
||||||
libXdmcp, libxkbcommon, libpthreadstubs, wrapGAppsHook, aspellDicts,
|
libXdmcp, libxkbcommon, libpthreadstubs, wrapGAppsHook, aspellDicts,
|
||||||
coreutils, glibc, dbus, openssl, libxml2, gnumake, ctags }:
|
coreutils, glibc, dbus, openssl, libxml2, gnumake, ctags }:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, ncurses, boost, asciidoc, docbook_xsl, libxslt, pkgconfig }:
|
{ stdenv, fetchFromGitHub, ncurses, asciidoc, docbook_xsl, libxslt, pkgconfig }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, callPackage, fetchurl, makeDesktopItem, makeWrapper
|
{ stdenv, lib, fetchurl, makeDesktopItem, makeWrapper
|
||||||
, # Patchelf dependencies:
|
, # Patchelf dependencies:
|
||||||
alsaLib, atomEnv, boehmgc, flac, libogg, libvorbis, libXScrnSaver, libGLU_combined
|
alsaLib, atomEnv, boehmgc, flac, libogg, libvorbis, libXScrnSaver, libGLU_combined
|
||||||
, openssl, xorg, zlib
|
, openssl, xorg, zlib
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchgit, fetchNuGet
|
{ stdenv, fetchurl
|
||||||
, autoconf, automake, pkgconfig, shared-mime-info, intltool
|
, autoconf, automake, pkgconfig, shared-mime-info, intltool
|
||||||
, glib, mono, gtk-sharp-2_0, gnome2, gnome-sharp, unzip
|
, glib, mono, gtk-sharp-2_0, gnome2, gnome-sharp, unzip
|
||||||
, dotnetPackages
|
, dotnetPackages
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, hostPlatform, fetchurl, fetchFromGitHub
|
{ stdenv, fetchurl, fetchFromGitHub
|
||||||
, ncurses
|
, ncurses
|
||||||
, texinfo
|
, texinfo
|
||||||
, gettext ? null
|
, gettext ? null
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, gettext, libmsgpack, libtermkey, libiconv
|
{ stdenv, fetchFromGitHub, cmake, gettext, libmsgpack, libtermkey, libiconv
|
||||||
, libtool, libuv, luaPackages, ncurses, perl, pkgconfig
|
, libuv, luaPackages, ncurses, pkgconfig
|
||||||
, unibilium, vimUtils, xsel, gperf, callPackage
|
, unibilium, xsel, gperf
|
||||||
, libvterm-neovim
|
, libvterm-neovim
|
||||||
, withJemalloc ? true, jemalloc
|
, withJemalloc ? true, jemalloc
|
||||||
}:
|
}:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, makeDesktopItem, makeWrapper
|
{ stdenv, lib, makeWrapper
|
||||||
, vimUtils
|
, vimUtils
|
||||||
, bundlerEnv, ruby
|
, bundlerEnv, ruby
|
||||||
, pythonPackages
|
, pythonPackages
|
||||||
@ -10,8 +10,7 @@ neovim:
|
|||||||
|
|
||||||
let
|
let
|
||||||
wrapper = {
|
wrapper = {
|
||||||
name ? "neovim"
|
withPython ? true, extraPythonPackages ? []
|
||||||
, withPython ? true, extraPythonPackages ? []
|
|
||||||
, withPython3 ? true, extraPython3Packages ? []
|
, withPython3 ? true, extraPython3Packages ? []
|
||||||
, withRuby ? true
|
, withRuby ? true
|
||||||
, withPyGUI ? false
|
, withPyGUI ? false
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, fetchurl, tk, python2Packages }:
|
{ pkgs, fetchurl, python2Packages }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonPackages = python2Packages;
|
pythonPackages = python2Packages;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, callPackage, fetchurl, makeWrapper,
|
{ stdenv, callPackage, fetchurl,
|
||||||
guile_1_8, qt4, zlib, freetype, CoreFoundation, Cocoa, gettext, libiconv, ghostscript,
|
guile_1_8, qt4, zlib, freetype, CoreFoundation, Cocoa, gettext, libiconv, ghostscript,
|
||||||
tex ? null,
|
tex ? null,
|
||||||
aspell ? null,
|
aspell ? null,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, qmake
|
{ stdenv, fetchFromGitHub, pkgconfig, qmake
|
||||||
, python, qtbase, qttools, zlib }:
|
, python, qtbase, qttools }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tiled-${version}";
|
name = "tiled-${version}";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, dpkg, lib, glib, dbus, makeWrapper, gnome3, gtk3, atk, cairo, pango
|
{ stdenv, fetchurl, dpkg, glib, dbus, makeWrapper, gnome3, gtk3, atk, cairo, pango
|
||||||
, gdk_pixbuf, freetype, fontconfig, nspr, nss, xorg, alsaLib, cups, expat, udev, wrapGAppsHook }:
|
, gdk_pixbuf, freetype, fontconfig, nspr, nss, xorg, alsaLib, cups, expat, udev, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, ncurses, gettext
|
{ stdenv, fetchFromGitHub, ncurses, gettext
|
||||||
, pkgconfig, cscope, python, ruby, tcl, perl, luajit
|
, pkgconfig, python, ruby, tcl, perl, luajit
|
||||||
, darwin
|
, darwin
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, callPackage, fetchurl, unzip, atomEnv, makeDesktopItem,
|
{ stdenv, lib, fetchurl, unzip, atomEnv, makeDesktopItem,
|
||||||
gtk2, makeWrapper, libXScrnSaver, libxkbfile, libsecret }:
|
gtk2, makeWrapper, libXScrnSaver, libxkbfile, libsecret }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchurl, runCommand, buildEnv, vscode, which, writeScript
|
{ stdenv, lib, runCommand, buildEnv, vscode, which, writeScript
|
||||||
, vscodeExtensions ? [] }:
|
, vscodeExtensions ? [] }:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch, wxGTK, autoconf, automake, libtool, python, gettext, bash }:
|
{ stdenv, fetchFromGitHub, fetchpatch, wxGTK, autoconf, automake, libtool, python, gettext }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wxHexEditor-${version}";
|
name = "wxHexEditor-${version}";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, gdal, cmake, qt4, flex, bison, proj, geos, xlibsWrapper, sqlite, gsl
|
{ stdenv, fetchurl, gdal, cmake, qt4, flex, bison, proj, geos, xlibsWrapper, sqlite, gsl
|
||||||
, qwt, fcgi, python2Packages, libspatialindex, libspatialite, qscintilla, postgresql, makeWrapper
|
, qwt, fcgi, python2Packages, libspatialindex, libspatialite, qscintilla, postgresql, makeWrapper
|
||||||
, qjson, qca2, txt2tags, openssl, darwin, pkgconfig
|
, qjson, qca2, txt2tags, openssl, darwin, pkgconfig
|
||||||
, withGrass ? true, grass, IOKit, ApplicationServices
|
, withGrass ? true, grass, IOKit, ApplicationServices
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkgconfig, libtool
|
{ lib, stdenv, fetchFromGitHub, pkgconfig, libtool
|
||||||
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
|
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
|
||||||
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
|
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
|
||||||
, ApplicationServices
|
, ApplicationServices
|
||||||
, buildPlatform, hostPlatform
|
, hostPlatform
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
|
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
|
||||||
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, fftw, libheif, libde265
|
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, fftw, libheif, libde265
|
||||||
, ApplicationServices
|
, ApplicationServices
|
||||||
, buildPlatform, hostPlatform
|
, hostPlatform
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgs, fetchurl, fetchFromGitHub, pkgconfig, libconfig,
|
{ stdenv, fetchFromGitHub, pkgconfig, libconfig,
|
||||||
gtkmm2, glibmm, libxml2, libsecret, curl, libzip,
|
gtkmm2, glibmm, libxml2, libsecret, curl, libzip,
|
||||||
librsvg, gst_all_1, autoreconfHook, makeWrapper,
|
librsvg, gst_all_1, autoreconfHook, makeWrapper,
|
||||||
useUnrar ? false, unrar
|
useUnrar ? false, unrar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, makeDesktopItem, fetchurl, unzip
|
{ stdenv, makeDesktopItem, fetchurl, unzip
|
||||||
, gdk_pixbuf, glib, gtk2, atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsaLib, cups, expat, udev, gnome2
|
, gdk_pixbuf, glib, gtk2, atk, pango, cairo, freetype, fontconfig, dbus, nss, nspr, alsaLib, cups, expat, udev, gnome2
|
||||||
, xorg, mozjpeg
|
, xorg, mozjpeg
|
||||||
}:
|
}:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchgit, qtbase, qmake, makeWrapper, qtscript, gcc, flex, bison, qtdeclarative, gnutar }:
|
{ lib, stdenv, fetchgit, qtbase, qmake, makeWrapper, qtscript, flex, bison, qtdeclarative }:
|
||||||
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ mkDerivation, lib, fetchFromGitHub, cmake, doxygen, extra-cmake-modules, wrapGAppsHook, fetchpatch
|
{ mkDerivation, lib, fetchFromGitHub, cmake, doxygen, extra-cmake-modules, wrapGAppsHook
|
||||||
|
|
||||||
# For `digitaglinktree`
|
# For `digitaglinktree`
|
||||||
, perl, sqlite
|
, perl, sqlite
|
||||||
@ -35,7 +35,6 @@
|
|||||||
, libusb1
|
, libusb1
|
||||||
, marble
|
, marble
|
||||||
, libGLU_combined
|
, libGLU_combined
|
||||||
, mysql
|
|
||||||
, opencv3
|
, opencv3
|
||||||
, pcre
|
, pcre
|
||||||
, threadweaver
|
, threadweaver
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pythonPackages, fetchFromGitHub }:
|
{ pythonPackages, fetchFromGitHub }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "dosage";
|
pname = "dosage";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, pkgconfig, libtool, autoconf, automake
|
{ stdenv, fetchFromGitHub, pkgconfig, libtool, autoconf, automake
|
||||||
, libjpeg, libexif
|
, libjpeg, libexif
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchFromGitHub, qtbase, mesa_glu, qmake}:
|
{stdenv, fetchFromGitHub, qtbase, mesa_glu}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fstl-${version}";
|
name = "fstl-${version}";
|
||||||
version = "0.9.3";
|
version = "0.9.3";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, barcode, gnome3, autoreconfHook
|
{ stdenv, fetchurl, barcode, gnome3, autoreconfHook
|
||||||
, gtk3, gtk-doc, libxml2, librsvg , libtool, libe-book
|
, gtk3, gtk-doc, libxml2, librsvg , libtool, libe-book
|
||||||
, intltool, itstool, makeWrapper, pkgconfig, which
|
, intltool, itstool, makeWrapper, pkgconfig
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, scons, pkgconfig, wrapGAppsHook
|
{ stdenv, fetchFromGitHub, scons, pkgconfig, wrapGAppsHook
|
||||||
, glfw3, gtk3, libpng12 }:
|
, glfw3, gtk3, libpng12 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, bzip2, freetype, graphviz, ghostscript
|
{ stdenv, fetchurl, bzip2, freetype, graphviz, ghostscript
|
||||||
, libjpeg, libpng, libtiff, libxml2, zlib, libtool, xz, libX11
|
, libjpeg, libpng, libtiff, libxml2, zlib, libtool, xz, libX11
|
||||||
, libwebp, quantumdepth ? 8, fixDarwinDylibNames }:
|
, libwebp, quantumdepth ? 8, fixDarwinDylibNames }:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, pkgconfig, perl, perlXMLParser, libXft
|
{ stdenv, fetchurl, pkgconfig, perl, perlXMLParser, libXft
|
||||||
, libpng, zlib, popt, boehmgc, libxml2, libxslt, glib, gtkmm2
|
, libpng, zlib, popt, boehmgc, libxml2, libxslt, glib, gtkmm2
|
||||||
, glibmm, libsigcxx, lcms, boost, gettext, makeWrapper
|
, glibmm, libsigcxx, lcms, boost, gettext, makeWrapper
|
||||||
, gsl, python2, poppler, imagemagick, libwpg, librevenge
|
, gsl, python2, poppler, imagemagick, libwpg, librevenge
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch, unzip, ftgl, glew, asciidoc
|
{ stdenv, fetchFromGitHub, fetchpatch, ftgl, glew, asciidoc
|
||||||
, cmake, ninja, libGLU_combined, zlib, python, expat, libxml2, libsigcxx, libuuid, freetype
|
, cmake, ninja, libGLU_combined, zlib, python, expat, libxml2, libsigcxx, libuuid, freetype
|
||||||
, libpng, boost, doxygen, cairomm, pkgconfig, imagemagick, libjpeg, libtiff
|
, libpng, boost, doxygen, cairomm, pkgconfig, imagemagick, libjpeg, libtiff
|
||||||
, gettext, intltool, perl, gtkmm2, glibmm, gtkglext, pangox_compat, libXmu }:
|
, gettext, intltool, perl, gtkmm2, glibmm, gtkglext, pangox_compat, libXmu }:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, mkDerivation, fetchurl, cmake, extra-cmake-modules, pkgconfig, wrapGAppsHook
|
{ stdenv, mkDerivation, fetchurl, cmake, extra-cmake-modules, pkgconfig, wrapGAppsHook
|
||||||
, kconfig, kcrash, kinit, kdoctools, kiconthemes, kio, kparts, kwidgetsaddons
|
, kconfig, kinit, kdoctools, kio, kparts, kwidgetsaddons
|
||||||
, qtbase, qtsvg
|
, qtbase, qtsvg
|
||||||
, boost, graphviz
|
, boost, graphviz
|
||||||
}:
|
}:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ mkDerivation, lib, fetchurl, fetchpatch, cmake, extra-cmake-modules
|
{ mkDerivation, lib, fetchurl, cmake, extra-cmake-modules
|
||||||
, karchive, kconfig, kwidgetsaddons, kcompletion, kcoreaddons
|
, karchive, kconfig, kwidgetsaddons, kcompletion, kcoreaddons
|
||||||
, kguiaddons, ki18n, kitemmodels, kitemviews, kwindowsystem
|
, kguiaddons, ki18n, kitemmodels, kitemviews, kwindowsystem
|
||||||
, kio, kcrash
|
, kio, kcrash
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, makeWrapper
|
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchFromGitHub, qt5, libsForQt5
|
{ stdenv, fetchFromGitHub, qt5, libsForQt5
|
||||||
, bison, flex, eigen, boost, libGLU_combined, glew, opencsg, cgal
|
, bison, flex, eigen, boost, libGLU_combined, glew, opencsg, cgal
|
||||||
, mpfr, gmp, glib, pkgconfig, harfbuzz, gettext
|
, mpfr, gmp, glib, pkgconfig, harfbuzz, gettext
|
||||||
}:
|
}:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, callPackage, fetchFromGitHub, fetchurl, xmlstarlet, makeWrapper, ant, jdk, rsync, javaPackages, libXxf86vm, gsettings-desktop-schemas }:
|
{ stdenv, fetchFromGitHub, fetchurl, xmlstarlet, makeWrapper, ant, jdk, rsync, javaPackages, libXxf86vm, gsettings-desktop-schemas }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.3.7";
|
version = "3.3.7";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv
|
||||||
, avahi, libjpeg, libusb1, libv4l, net_snmp, libpng
|
, avahi, libjpeg, libusb1, libv4l, net_snmp, libpng
|
||||||
, gettext, pkgconfig
|
, gettext, pkgconfig
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user