treewide: editorconfig fixes

- remove trailing whitespace
- use spaces for indentation
This commit is contained in:
zowoq 2021-01-20 07:20:11 +10:00
parent 33fdfd07d2
commit 31f5dd3f36
141 changed files with 224 additions and 224 deletions

View file

@ -24,10 +24,10 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "TeX and LaTeX editor"; description = "TeX and LaTeX editor";
longDescription='' longDescription=''
This editor is a full fledged IDE for TeX and This editor is a full fledged IDE for TeX and
LaTeX editing with completion, structure viewer, preview, LaTeX editing with completion, structure viewer, preview,
spell checking and support of any compilation chain. spell checking and support of any compilation chain.
''; '';
homepage = "http://www.xm1math.net/texmaker/"; homepage = "http://www.xm1math.net/texmaker/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -22,14 +22,14 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Create your own animation on paper and transparancy"; description = "Create your own animation on paper and transparancy";
longDescription = '' longDescription = ''
Animbar lets you easily create your own animation on paper and Animbar lets you easily create your own animation on paper and
transparancy. From a set of input images two output images are transparancy. From a set of input images two output images are
computed, that are printed one on paper and one on computed, that are printed one on paper and one on
transparency. By moving the transparency over the paper you transparency. By moving the transparency over the paper you
create a fascinating animation effect. This kind of animation create a fascinating animation effect. This kind of animation
technique is hundreds of years old and known under several technique is hundreds of years old and known under several
names: picket fence animation, barrier grid animation, Moiré names: picket fence animation, barrier grid animation, Moiré
animation, to name a few. animation, to name a few.
''; '';
homepage = "http://animbar.mnim.org"; homepage = "http://animbar.mnim.org";
maintainers = with maintainers; [ leenaars ]; maintainers = with maintainers; [ leenaars ];

View file

@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
creating reports from databases and other data sources that produce csv files. creating reports from databases and other data sources that produce csv files.
csv2odf can be combined with cron and shell scripts to automatically generate csv2odf can be combined with cron and shell scripts to automatically generate
business reports. business reports.
The output format (fonts, number formatting, etc.) is controlled by a The output format (fonts, number formatting, etc.) is controlled by a
template file that you can design in your office application of choice. template file that you can design in your office application of choice.
''; '';

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
longDescription = longDescription =
'' Xearth sets the X root window to an image of the Earth, as seen from your favorite vantage point in space, '' Xearth sets the X root window to an image of the Earth, as seen from your favorite vantage point in space,
correctly shaded for the current position of the Sun. correctly shaded for the current position of the Sun.
By default, xearth updates the displayed image every five minutes. By default, xearth updates the displayed image every five minutes.
''; '';
maintainers = [ maintainers.mafo ]; maintainers = [ maintainers.mafo ];
license = "xearth"; license = "xearth";

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/share/man/man1 mkdir -p $out/share/man/man1
cp minimap2.1 $out/share/man/man1 cp minimap2.1 $out/share/man/man1
''; '';
meta = with lib; { meta = with lib; {
description = "A versatile pairwise aligner for genomic and spliced nucleotide sequences"; description = "A versatile pairwise aligner for genomic and spliced nucleotide sequences";
homepage = "https://lh3.github.io/minimap2"; homepage = "https://lh3.github.io/minimap2";

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
"CC=cc" "CC=cc"
"INSTALLDIR=$(out)/bin" "INSTALLDIR=$(out)/bin"
]; ];
meta = with lib; { meta = with lib; {
description = "Fast, reliable protein-coding gene prediction for prokaryotic genomes"; description = "Fast, reliable protein-coding gene prediction for prokaryotic genomes";
homepage = "https://github.com/hyattpd/Prodigal"; homepage = "https://github.com/hyattpd/Prodigal";

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "00hmxdlyhn7pwk9jlvc5g0l5z5xqfchjzf5jgn3pkj9xhl8yqq50"; sha256 = "00hmxdlyhn7pwk9jlvc5g0l5z5xqfchjzf5jgn3pkj9xhl8yqq50";
}; };
patches = [ patches = [
(fetchpatch { (fetchpatch {
# https://github.com/msoos/cryptominisat/pull/621 # https://github.com/msoos/cryptominisat/pull/621
url = "https://github.com/msoos/cryptominisat/commit/11a97003b0bfbfb61ed6c4e640212110d390c28c.patch"; url = "https://github.com/msoos/cryptominisat/commit/11a97003b0bfbfb61ed6c4e640212110d390c28c.patch";

View file

@ -9,7 +9,7 @@ in
sha256 = "19f873ilcdsf50g2v0s2zzmxil1bqncsk8nq99bzy87h0i7khkla"; sha256 = "19f873ilcdsf50g2v0s2zzmxil1bqncsk8nq99bzy87h0i7khkla";
stripRoot = false; stripRoot = false;
}; };
melee = fetchzip' { melee = fetchzip' {
url = "http://blzdistsc2-a.akamaihd.net/MapPacks/Melee.zip"; url = "http://blzdistsc2-a.akamaihd.net/MapPacks/Melee.zip";
sha256 = "0z44pgy10jklsvgpr0kcn4c2mz3hw7nlcmvsy6a6lzpi3dvzf33i"; sha256 = "0z44pgy10jklsvgpr0kcn4c2mz3hw7nlcmvsy6a6lzpi3dvzf33i";

View file

@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ wrapGAppsHook ]; nativeBuildInputs = [ wrapGAppsHook ];
buildInputs = [ unzip gsettings-desktop-schemas gtk3 ]; buildInputs = [ unzip gsettings-desktop-schemas gtk3 ];
installPhase = '' installPhase = ''
mkdir -p $out/bin \ mkdir -p $out/bin \
$out/opt/${pname} $out/opt/${pname}
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
description = "The Betaflight flight control system configuration tool"; description = "The Betaflight flight control system configuration tool";
longDescription = '' longDescription = ''
A crossplatform configuration tool for the Betaflight flight control system. A crossplatform configuration tool for the Betaflight flight control system.
Various types of aircraft are supported by the tool and by Betaflight, e.g. Various types of aircraft are supported by the tool and by Betaflight, e.g.
quadcopters, hexacopters, octocopters and fixed-wing aircraft. quadcopters, hexacopters, octocopters and fixed-wing aircraft.
''; '';
homepage = "https://github.com/betaflight/betaflight/wiki"; homepage = "https://github.com/betaflight/betaflight/wiki";

View file

@ -1,5 +1,5 @@
{ lib, stdenv, python3, qt5, fetchFromGitHub, wrapPython, pyqt5, pyserial }: { lib, stdenv, python3, qt5, fetchFromGitHub, wrapPython, pyqt5, pyserial }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sumorobot-manager"; pname = "sumorobot-manager";
version = "0.9.0"; version = "0.9.0";

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation {
-e "s:^\( *\)mutt:\1${mutt}/bin/mutt:" \ -e "s:^\( *\)mutt:\1${mutt}/bin/mutt:" \
$out/bin/grepm $out/bin/grepm
''; '';
meta = with lib; { meta = with lib; {
description = "Wrapper for grepmail utilizing mutt"; description = "Wrapper for grepmail utilizing mutt";
homepage = "http://www.barsnick.net/sw/grepm.html"; homepage = "http://www.barsnick.net/sw/grepm.html";

View file

@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
]; ];
propagatedBuildInputs = with python3.pkgs; [ pygobject3 pyxdg pycairo dbus-python ]; propagatedBuildInputs = with python3.pkgs; [ pygobject3 pyxdg pycairo dbus-python ];
# workaround https://github.com/NixOS/nixpkgs/issues/56943 # workaround https://github.com/NixOS/nixpkgs/issues/56943
strictDeps = false; strictDeps = false;

View file

@ -454,7 +454,7 @@ in {
}) })
]; ];
# 4.5 # 4.5
XSA_248_45 = [ XSA_248_45 = [
(xsaPatch { (xsaPatch {
name = "248-4.5"; name = "248-4.5";

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "jwm-settings-manager"; pname = "jwm-settings-manager";
version = "2018-10-19"; version = "2018-10-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Israel-D"; owner = "Israel-D";
repo = "jwm-settings-manager"; repo = "jwm-settings-manager";

View file

@ -2,21 +2,21 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "lemonbar-1.4"; name = "lemonbar-1.4";
src = fetchurl { src = fetchurl {
url = "https://github.com/LemonBoy/bar/archive/v1.4.tar.gz"; url = "https://github.com/LemonBoy/bar/archive/v1.4.tar.gz";
sha256 = "0fa91vb968zh6fyg97kdaix7irvqjqhpsb6ks0ggcl59lkbkdzbv"; sha256 = "0fa91vb968zh6fyg97kdaix7irvqjqhpsb6ks0ggcl59lkbkdzbv";
}; };
buildInputs = [ libxcb perl ]; buildInputs = [ libxcb perl ];
prePatch = ''sed -i "s@/usr@$out@" Makefile''; prePatch = ''sed -i "s@/usr@$out@" Makefile'';
meta = with lib; { meta = with lib; {
description = "A lightweight xcb based bar"; description = "A lightweight xcb based bar";
homepage = "https://github.com/LemonBoy/bar"; homepage = "https://github.com/LemonBoy/bar";
maintainers = [ maintainers.meisternu ]; maintainers = [ maintainers.meisternu ];
license = "Custom"; license = "Custom";
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -3,7 +3,7 @@ libvterm}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "vwm-2.1.3"; name = "vwm-2.1.3";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/vwm/${name}.tar.gz"; url = "mirror://sourceforge/vwm/${name}.tar.gz";
sha256 = "1r5wiqyfqwnyx7dfihixlnavbvg8rni36i4gq169aisjcg7laxaf"; sha256 = "1r5wiqyfqwnyx7dfihixlnavbvg8rni36i4gq169aisjcg7laxaf";
@ -19,10 +19,10 @@ stdenv.mkDerivation rec {
preInstall = '' preInstall = ''
mkdir -p $out/bin $out/include mkdir -p $out/bin $out/include
''; '';
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ ncurses glib libviper libpseudo gpm libvterm ]; buildInputs = [ ncurses glib libviper libpseudo gpm libvterm ];
meta = with lib; { meta = with lib; {
homepage = "http://vwm.sourceforge.net/"; homepage = "http://vwm.sourceforge.net/";
description = "Dynamic window manager for the console"; description = "Dynamic window manager for the console";

View file

@ -10,6 +10,6 @@ stdenvNoCC.mkDerivation {
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHash = sha256; outputHash = sha256;
inherit url rev; inherit url rev;
} }

View file

@ -4,7 +4,7 @@
# each is an url for sync # each is an url for sync
# selector is mtn selector, like h:org.example.branch # selector is mtn selector, like h:org.example.branch
# #
{name ? "mtn-checkout", dbs ? [], sha256 {name ? "mtn-checkout", dbs ? [], sha256
, selector ? "h:" + branch, branch}: , selector ? "h:" + branch, branch}:

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
buildInputs = [ texinfo ]; buildInputs = [ texinfo ];
# Tell the builder about the name of the report. # Tell the builder about the name of the report.
reportName = name; reportName = name;
builder = ./builder.sh; builder = ./builder.sh;

View file

@ -15,7 +15,7 @@ in fetchzip rec {
meta = with lib; { meta = with lib; {
description = "minimalist monospaced font"; description = "minimalist monospaced font";
homepage = "https://sev.dev/fonts/mno16"; homepage = "https://sev.dev/fonts/mno16";
license = licenses.cc0; license = licenses.cc0;
}; };
} }

View file

@ -16,7 +16,7 @@ gsmakeDerivation {
# 1. Framework/PCProjectLauncher.m, locate gdb (say among NIX_GNUSTEP_SYSTEM_TOOLS) # 1. Framework/PCProjectLauncher.m, locate gdb (say among NIX_GNUSTEP_SYSTEM_TOOLS)
# 2. Framework/PCProjectBuilder.m, locate gmake (similar) # 2. Framework/PCProjectBuilder.m, locate gmake (similar)
propagatedBuildInputs = [ base back gui gnumake gdb gorm ]; propagatedBuildInputs = [ base back gui gnumake gdb gorm ];
meta = { meta = {
description = "GNUstep's integrated development environment"; description = "GNUstep's integrated development environment";
}; };

View file

@ -194,7 +194,7 @@ stdenv.mkDerivation (rec {
strictDeps = true; strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself. # Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.
dontAddExtraLibs = true; dontAddExtraLibs = true;
nativeBuildInputs = [ nativeBuildInputs = [
perl autoconf automake m4 python3 sphinx perl autoconf automake m4 python3 sphinx

View file

@ -189,7 +189,7 @@ stdenv.mkDerivation (rec {
strictDeps = true; strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself. # Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.
dontAddExtraLibs = true; dontAddExtraLibs = true;
nativeBuildInputs = [ nativeBuildInputs = [
perl autoconf automake m4 python3 sphinx perl autoconf automake m4 python3 sphinx

View file

@ -194,7 +194,7 @@ stdenv.mkDerivation (rec {
strictDeps = true; strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself. # Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.
dontAddExtraLibs = true; dontAddExtraLibs = true;
nativeBuildInputs = [ nativeBuildInputs = [
perl autoconf automake m4 python3 sphinx perl autoconf automake m4 python3 sphinx

View file

@ -198,7 +198,7 @@ stdenv.mkDerivation (rec {
strictDeps = true; strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself. # Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.
dontAddExtraLibs = true; dontAddExtraLibs = true;
nativeBuildInputs = [ nativeBuildInputs = [
perl autoconf automake m4 python3 sphinx perl autoconf automake m4 python3 sphinx

View file

@ -203,7 +203,7 @@ stdenv.mkDerivation (rec {
strictDeps = true; strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself. # Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.
dontAddExtraLibs = true; dontAddExtraLibs = true;
nativeBuildInputs = [ nativeBuildInputs = [
perl autoconf autoreconfHook automake m4 python3 sphinx perl autoconf autoreconfHook automake m4 python3 sphinx

View file

@ -5,7 +5,7 @@ let
in stdenv.mkDerivation { in stdenv.mkDerivation {
pname = "manticore"; pname = "manticore";
version = "2019.12.03"; version = "2019.12.03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ManticoreProject"; owner = "ManticoreProject";
repo = "manticore"; repo = "manticore";
@ -14,9 +14,9 @@ in stdenv.mkDerivation {
}; };
enableParallelBuilding = false; enableParallelBuilding = false;
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ coreutils smlnj ]; buildInputs = [ coreutils smlnj ];
autoreconfFlags = "-Iconfig -vfi"; autoreconfFlags = "-Iconfig -vfi";
@ -28,8 +28,8 @@ in stdenv.mkDerivation {
mv source repo_checkout mv source repo_checkout
cd repo_checkout cd repo_checkout
chmod u+w . -R chmod u+w . -R
''; '';
postPatch = '' postPatch = ''
patchShebangs . patchShebangs .
substituteInPlace configure.ac --replace 'MANTICORE_ROOT=`pwd`' 'MANTICORE_ROOT=$out/repo_checkout' substituteInPlace configure.ac --replace 'MANTICORE_ROOT=`pwd`' 'MANTICORE_ROOT=$out/repo_checkout'
@ -40,14 +40,14 @@ in stdenv.mkDerivation {
meta = { meta = {
description = "A parallel, pure variant of Standard ML"; description = "A parallel, pure variant of Standard ML";
longDescription = '' longDescription = ''
Manticore is a high-level parallel programming language aimed at Manticore is a high-level parallel programming language aimed at
general-purpose applications running on multi-core general-purpose applications running on multi-core
processors. Manticore supports parallelism at multiple levels: processors. Manticore supports parallelism at multiple levels:
explicit concurrency and coarse-grain parallelism via CML-style explicit concurrency and coarse-grain parallelism via CML-style
constructs and fine-grain parallelism via various light-weight constructs and fine-grain parallelism via various light-weight
notations, such as parallel tuple expressions and NESL/Nepal-style notations, such as parallel tuple expressions and NESL/Nepal-style
parallel array comprehensions. parallel array comprehensions.
''; '';
homepage = "http://manticore.cs.uchicago.edu/"; homepage = "http://manticore.cs.uchicago.edu/";

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
[ (fetchurl { [ (fetchurl {
name = "0007-Fix-ocamlopt-w.r.t.-binutils-2.21.patch"; name = "0007-Fix-ocamlopt-w.r.t.-binutils-2.21.patch";
url = "http://caml.inria.fr/mantis/file_download.php?file_id=418&type=bug"; url = "http://caml.inria.fr/mantis/file_download.php?file_id=418&type=bug";
sha256 = "612a9ac108bbfce2238aa5634123da162f0315dedb219958be705e0d92dcdd8e"; sha256 = "612a9ac108bbfce2238aa5634123da162f0315dedb219958be705e0d92dcdd8e";
}) })
]; ];

View file

@ -8,7 +8,7 @@ build-idris-package {
version = "2020-02-11"; version = "2020-02-11";
ipkgName = "TParsec"; ipkgName = "TParsec";
idrisDeps = [ contrib ]; idrisDeps = [ contrib ];
src = fetchFromGitHub { src = fetchFromGitHub {

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "197baw1dsg0p4pljs5k0fshbyki00r4l49m1drlpqw6ggawx6xbz"; sha256 = "197baw1dsg0p4pljs5k0fshbyki00r4l49m1drlpqw6ggawx6xbz";
}; };
patches = [ patches = [
(fetchpatch { (fetchpatch {
url = "https://sources.debian.org/data/main/s/sdlpango/0.1.2-6/debian/patches/api_additions.patch"; url = "https://sources.debian.org/data/main/s/sdlpango/0.1.2-6/debian/patches/api_additions.patch";
sha256 = "00p5ry5gd3ixm257p9i2c4jg0qj8ipk8nf56l7c9fma8id3zxyld"; sha256 = "00p5ry5gd3ixm257p9i2c4jg0qj8ipk8nf56l7c9fma8id3zxyld";

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
navigation, and handling of incoming packets. navigation, and handling of incoming packets.
''; '';
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -5,7 +5,7 @@ callPackage ./generic.nix (args // rec {
src = fetchurl { src = fetchurl {
#url = "mirror://sourceforge/boost/boost_1_71_0.tar.bz2"; #url = "mirror://sourceforge/boost/boost_1_71_0.tar.bz2";
urls = [ urls = [
"mirror://sourceforge/boost/boost_1_71_0.tar.bz2" "mirror://sourceforge/boost/boost_1_71_0.tar.bz2"
"https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2" "https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2"
]; ];

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
installPhase = (stdenv.lib.optionalString stdenv.isDarwin "HOMEBREW_CAPSTONE=1 ") installPhase = (stdenv.lib.optionalString stdenv.isDarwin "HOMEBREW_CAPSTONE=1 ")
+ "PREFIX=$out ./make.sh install"; + "PREFIX=$out ./make.sh install";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
]; ];

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation {
configureFlags = [ configureFlags = [
"--enable-namespace" "--enable-flexible-member" "--enable-namespace" "--enable-flexible-member"
]; ];
meta = { meta = {
homepage = "http://www.cs.wisc.edu/condor/classad/"; homepage = "http://www.cs.wisc.edu/condor/classad/";
description = "The Classified Advertisements library provides a generic means for matching resources"; description = "The Classified Advertisements library provides a generic means for matching resources";

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cminpack-1.3.6"; name = "cminpack-1.3.6";
src = fetchurl { src = fetchurl {
url = "http://devernay.free.fr/hacks/cminpack/${name}.tar.gz"; url = "http://devernay.free.fr/hacks/cminpack/${name}.tar.gz";
sha256 = "17yh695aim508x1kn9zf6g13jxwk3pi3404h5ix4g5lc60hzs1rw"; sha256 = "17yh695aim508x1kn9zf6g13jxwk3pi3404h5ix4g5lc60hzs1rw";

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
url = "http://concurrencykit.org/releases/ck-${version}.tar.gz"; url = "http://concurrencykit.org/releases/ck-${version}.tar.gz";
sha256 = "1pv21p7sjwwmbs2xblpy1lqk53r2i212yrqyjlr5dr3rlv87vqnp"; sha256 = "1pv21p7sjwwmbs2xblpy1lqk53r2i212yrqyjlr5dr3rlv87vqnp";
}; };
#Deleting this line causes "Unknown option --disable-static" #Deleting this line causes "Unknown option --disable-static"
configurePhase = "./configure --prefix=$out"; configurePhase = "./configure --prefix=$out";

View file

@ -12,12 +12,12 @@ in
ln -s $src/MSBuild.exe $out/bin ln -s $src/MSBuild.exe $out/bin
''; '';
}; };
assembly20Path = "/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727"; assembly20Path = "/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727";
wcfPath = "/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.0/WINDOW~1"; wcfPath = "/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.0/WINDOW~1";
referenceAssembly30Path = "/cygdrive/c/PROGRA~1/REFERE~1/Microsoft/Framework/v3.0"; referenceAssembly30Path = "/cygdrive/c/PROGRA~1/REFERE~1/Microsoft/Framework/v3.0";
referenceAssembly35Path = "/cygdrive/c/PROGRA~1/REFERE~1/Microsoft/Framework/v3.5"; referenceAssembly35Path = "/cygdrive/c/PROGRA~1/REFERE~1/Microsoft/Framework/v3.5";
} }

View file

@ -12,12 +12,12 @@ in
ln -s $src/MSBuild.exe $out/bin ln -s $src/MSBuild.exe $out/bin
''; '';
}; };
assembly20Path = "/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727"; assembly20Path = "/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v2.0.50727";
wcfPath = "/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.0/WINDOW~1"; wcfPath = "/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.0/WINDOW~1";
referenceAssembly30Path = "/cygdrive/c/PROGRA~1/REFERE~1/Microsoft/Framework/v3.0"; referenceAssembly30Path = "/cygdrive/c/PROGRA~1/REFERE~1/Microsoft/Framework/v3.0";
referenceAssembly35Path = "/cygdrive/c/PROGRA~1/REFERE~1/Microsoft/Framework/v3.5"; referenceAssembly35Path = "/cygdrive/c/PROGRA~1/REFERE~1/Microsoft/Framework/v3.5";
} }

View file

@ -35,9 +35,9 @@ stdenvNoCC.mkDerivation {
outputsToInstall = [ "out" ]; outputsToInstall = [ "out" ];
description = "The datastructures of ELF according to the target platform's libc"; description = "The datastructures of ELF according to the target platform's libc";
longDescription = '' longDescription = ''
The Executable and Linkable Format (ELF, formerly named Extensible Linking The Executable and Linkable Format (ELF, formerly named Extensible Linking
Format), is usually defined in a header like this. Format), is usually defined in a header like this.
''; '';
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainers = [ lib.maintainers.ericson2314 ]; maintainers = [ lib.maintainers.ericson2314 ];
}; };

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "fastpbkdf2-1.0.0"; name = "fastpbkdf2-1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ctz"; owner = "ctz";
repo = "fastpbkdf2"; repo = "fastpbkdf2";
rev = "v1.0.0"; rev = "v1.0.0";
sha256 = "09ax0h4ik3vhvp3s98lic93l3g9f4v1jkr5k6z4g1lvm7s3lrha2"; sha256 = "09ax0h4ik3vhvp3s98lic93l3g9f4v1jkr5k6z4g1lvm7s3lrha2";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];
preBuild = '' preBuild = ''

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "bc2a20cd3ac1e61fe0461bd3ee8cb250dbcc1fa511fad0686d267744e9c78f3a"; sha256 = "bc2a20cd3ac1e61fe0461bd3ee8cb250dbcc1fa511fad0686d267744e9c78f3a";
}; };
buildInputs = [ buildInputs = [
stdenv pkg-config stdenv pkg-config
] ++ stdenv.lib.optionals enableX11 [xorg.xorgserver xorg.libX11 xorg.libXext xorg.libXi]; ] ++ stdenv.lib.optionals enableX11 [xorg.xorgserver xorg.libX11 xorg.libXext xorg.libXi];

View file

@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
make x11-dist-install PREFIX=$out make x11-dist-install PREFIX=$out
mv $out/lib/libglfw.so $out/lib/libglfw.so.2 mv $out/lib/libglfw.so $out/lib/libglfw.so.2
ln -s libglfw.so.2 $out/lib/libglfw.so ln -s libglfw.so.2 $out/lib/libglfw.so
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time"; description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
homepage = "http://glfw.sourceforge.net/"; homepage = "http://glfw.sourceforge.net/";
license = licenses.zlib; license = licenses.zlib;

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
Hyperscan uses hybrid automata techniques to allow simultaneous Hyperscan uses hybrid automata techniques to allow simultaneous
matching of large numbers (up to tens of thousands) of regular matching of large numbers (up to tens of thousands) of regular
expressions and for the matching of regular expressions across expressions and for the matching of regular expressions across
streams of data. streams of data.
Hyperscan is typically used in a DPI library stack. Hyperscan is typically used in a DPI library stack.

View file

@ -3,7 +3,7 @@
, lib , lib
, subproject ? "library" # one of "library", "reader" or "writer" , subproject ? "library" # one of "library", "reader" or "writer"
, zlib, libpng, libtiff , zlib, libpng, libtiff
, jabcode , jabcode
}: }:
let let
subdir = lib.getAttr subproject { subdir = lib.getAttr subproject {

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation {
sha256 = "1gb2d0qvvq7xankz7l7ymbr3qprwk9bifpy4hlgw0sq4i6a55ypd"; sha256 = "1gb2d0qvvq7xankz7l7ymbr3qprwk9bifpy4hlgw0sq4i6a55ypd";
}; };
buildInputs = [ jdk unzip ]; buildInputs = [ jdk unzip ];
buildPhase = buildPhase =
'' ''
cd source cd source
javac $(find . -name \*.java) javac $(find . -name \*.java)

View file

@ -1,4 +1,4 @@
import ./common.nix { import ./common.nix {
version = "4.5.0"; version = "4.5.0";
sha256 = "10373xhpc10pgmai9fkc1z0rs029qlcb3c0qfnvkbwdlcibdh2cl"; sha256 = "10373xhpc10pgmai9fkc1z0rs029qlcb3c0qfnvkbwdlcibdh2cl";
} }

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "levmar-2.6"; name = "levmar-2.6";
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
cp liblevmar.a $out/lib cp liblevmar.a $out/lib
''; '';
meta = { meta = {
description = "ANSI C implementations of Levenberg-Marquardt, usable also from C++"; description = "ANSI C implementations of Levenberg-Marquardt, usable also from C++";
homepage = "https://www.ics.forth.gr/~lourakis/levmar/"; homepage = "https://www.ics.forth.gr/~lourakis/levmar/";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, unzip }: { stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "lib3ds-1.3.0"; name = "lib3ds-1.3.0";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ unzip ]; buildInputs = [ unzip ];
meta = { meta = {
description = "Library for managing 3D-Studio Release 3 and 4 \".3DS\" files"; description = "Library for managing 3D-Studio Release 3 and 4 \".3DS\" files";
homepage = "http://lib3ds.sourceforge.net/"; homepage = "http://lib3ds.sourceforge.net/";
license = "LGPL"; license = "LGPL";

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
propagatedBuildInputs = [ libraw1394 ]; propagatedBuildInputs = [ libraw1394 ];
meta = { meta = {
description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set"; description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
homepage = "https://sourceforge.net/projects/libavc1394/"; homepage = "https://sourceforge.net/projects/libavc1394/";
license = stdenv.lib.licenses.lgpl21Plus; license = stdenv.lib.licenses.lgpl21Plus;

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ automake autoconf libtool m4 sqlite ]; buildInputs = [ automake autoconf libtool m4 sqlite ];
configureScript = "./autogen.sh"; configureScript = "./autogen.sh";
preConfigure = '' preConfigure = ''
find . -name '*.sh' -exec sed -e 's@#!/bin/bash@${bash}/bin/bash@' -i '{}' ';' find . -name '*.sh' -exec sed -e 's@#!/bin/bash@${bash}/bin/bash@' -i '{}' ';'
''; '';

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
description = "C++ utility library from Code Synthesis"; description = "C++ utility library from Code Synthesis";
longDescription = '' longDescription = ''
libcutl is a C++ utility library. libcutl is a C++ utility library.
It contains a collection of generic and independent components such as It contains a collection of generic and independent components such as
meta-programming tests, smart pointers, containers, compiler building blocks, etc. meta-programming tests, smart pointers, containers, compiler building blocks, etc.
''; '';
homepage = "https://codesynthesis.com/projects/libcutl/"; homepage = "https://codesynthesis.com/projects/libcutl/";

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ];
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.IOKit ]; buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.IOKit ];
src = fetchurl { src = fetchurl {
url = "http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pname}-${version}.tar.gz"; url = "http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pname}-${version}.tar.gz";
sha256 = "1f9irlj3dpb5gyfdnb1m4skbjvx4d4hwiz2152f83m0d9jn47r7r"; sha256 = "1f9irlj3dpb5gyfdnb1m4skbjvx4d4hwiz2152f83m0d9jn47r7r";

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libdvdread-4.9.9"; name = "libdvdread-4.9.9";
src = fetchurl { src = fetchurl {
url = "http://dvdnav.mplayerhq.hu/releases/libdvdread-4.9.9.tar.xz"; url = "http://dvdnav.mplayerhq.hu/releases/libdvdread-4.9.9.tar.xz";
sha256 = "d91275471ef69d488b05cf15c60e1cd65e17648bfc692b405787419f47ca424a"; sha256 = "d91275471ef69d488b05cf15c60e1cd65e17648bfc692b405787419f47ca424a";

View file

@ -4,7 +4,7 @@ with stdenv.lib;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libmcrypt-2.5.8"; name = "libmcrypt-2.5.8";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz"; url = "mirror://sourceforge/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz";
sha256 = "0gipgb939vy9m66d3k8il98rvvwczyaw2ixr8yn6icds9c3nrsz4"; sha256 = "0gipgb939vy9m66d3k8il98rvvwczyaw2ixr8yn6icds9c3nrsz4";

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config libtool autoconf automake gengetopt ]; nativeBuildInputs = [ pkg-config libtool autoconf automake gengetopt ];
buildInputs = [ opensp libxml2 curl ] ++ stdenv.lib.optional stdenv.isDarwin libiconv; buildInputs = [ opensp libxml2 curl ] ++ stdenv.lib.optional stdenv.isDarwin libiconv;
meta = { meta = {
description = "Opensource implementation of the Open Financial eXchange specification"; description = "Opensource implementation of the Open Financial eXchange specification";
homepage = "http://libofx.sourceforge.net/"; homepage = "http://libofx.sourceforge.net/";
license = "LGPL"; license = "LGPL";

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "liboop-1.0"; name = "liboop-1.0";
src = fetchurl { src = fetchurl {
url = "http://download.ofb.net/liboop/liboop.tar.gz"; url = "http://download.ofb.net/liboop/liboop.tar.gz";
sha256 = "34d83c6e0f09ee15cb2bc3131e219747c3b612bb57cf7d25318ab90da9a2d97c"; sha256 = "34d83c6e0f09ee15cb2bc3131e219747c3b612bb57cf7d25318ab90da9a2d97c";

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
fetchSubmodules = true; fetchSubmodules = true;
}; };
nativeBuildInputs = [ autoreconfHook pkg-config texinfo ] nativeBuildInputs = [ autoreconfHook pkg-config texinfo ]
++ lib.optional enablePython swig; ++ lib.optional enablePython swig;
buildInputs = [ pcre2 ] buildInputs = [ pcre2 ]

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libwpd-0.10.0"; name = "libwpd-0.10.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/libwpd/${name}.tar.xz"; url = "mirror://sourceforge/libwpd/${name}.tar.xz";
sha256 = "0b6krzr6kxzm89g6bapn805kdayq70hn16n5b5wfs2lwrf0ag2wx"; sha256 = "0b6krzr6kxzm89g6bapn805kdayq70hn16n5b5wfs2lwrf0ag2wx";
}; };
buildInputs = [ glib libgsf libxml2 zlib librevenge ]; buildInputs = [ glib libgsf libxml2 zlib librevenge ];
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];

View file

@ -4,6 +4,6 @@ rec {
hash="0j6h6bc02c6qi0q7c1ncraz4d1hkm5936r35rfsp4x1jrc233wav"; hash="0j6h6bc02c6qi0q7c1ncraz4d1hkm5936r35rfsp4x1jrc233wav";
url="http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-${version}.tar.gz"; url="http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-${version}.tar.gz";
advertisedUrl="http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-1.1.tar.gz"; advertisedUrl="http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-1.1.tar.gz";
} }

View file

@ -1,12 +1,12 @@
{stdenv, fetchurl, ant, jdk}: {stdenv, fetchurl, ant, jdk}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "martyr"; pname = "martyr";
version = "0.3.9"; version = "0.3.9";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/martyr/${pname}-${version}.tar.gz"; url = "mirror://sourceforge/martyr/${pname}-${version}.tar.gz";
sha256 = "1ks8j413bcby345kmq1i7av8kwjvz5vxdn1zpv0p7ywxq54i4z59"; sha256 = "1ks8j413bcby345kmq1i7av8kwjvz5vxdn1zpv0p7ywxq54i4z59";
}; };
buildInputs = [ ant jdk ]; buildInputs = [ ant jdk ];

View file

@ -2,7 +2,7 @@
let let
version = "0.1.5"; version = "0.1.5";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "opencore-amr"; pname = "opencore-amr";
inherit version; inherit version;
@ -10,10 +10,10 @@ stdenv.mkDerivation {
url = "https://vorboss.dl.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-${version}.tar.gz"; url = "https://vorboss.dl.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-${version}.tar.gz";
sha256 = "0hfk9khz3by0119h3jdwgdfd7jgkdbzxnmh1wssvylgnsnwnq01c"; sha256 = "0hfk9khz3by0119h3jdwgdfd7jgkdbzxnmh1wssvylgnsnwnq01c";
}; };
meta = { meta = {
homepage = "https://opencore-amr.sourceforge.io/"; homepage = "https://opencore-amr.sourceforge.io/";
description = "Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec. description = "Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
Library of VisualOn implementation of Adaptive Multi Rate Wideband (AMR-WB)"; Library of VisualOn implementation of Adaptive Multi Rate Wideband (AMR-WB)";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = [ stdenv.lib.maintainers.kiloreux ]; maintainers = [ stdenv.lib.maintainers.kiloreux ];

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qxt"; pname = "qxt";
version = "0.6.2"; version = "0.6.2";
src = fetchzip { src = fetchzip {
url = "https://bitbucket.org/libqxt/libqxt/get/v${version}.tar.gz"; url = "https://bitbucket.org/libqxt/libqxt/get/v${version}.tar.gz";
sha256 = "0zmqfn0h8cpky7wgaaxlfh0l89r9r0isi87587kaicyap7a6kxwz"; sha256 = "0zmqfn0h8cpky7wgaaxlfh0l89r9r0isi87587kaicyap7a6kxwz";

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
doCheck = !stdenv.isDarwin; doCheck = !stdenv.isDarwin;
meta = bpp-core.meta // { meta = bpp-core.meta // {
changelog = "https://github.com/BioPP/bpp-seq/blob/master/ChangeLog"; changelog = "https://github.com/BioPP/bpp-seq/blob/master/ChangeLog";
}; };
} }

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "szip"; pname = "szip";
version = "2.1.1"; version = "2.1.1";

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
checkTarget = "test"; checkTarget = "test";
installFlags = [ "PREFIX=$(out)" ]; installFlags = [ "PREFIX=$(out)" ];
# fix the libtheft.pc file to use the right installation # fix the libtheft.pc file to use the right installation
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
substituteInPlace $out/lib/pkgconfig/libtheft.pc \ substituteInPlace $out/lib/pkgconfig/libtheft.pc \
--replace "/usr/local" "$out" --replace "/usr/local" "$out"
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A C library for property-based testing"; description = "A C library for property-based testing";
homepage = "https://github.com/silentbicycle/theft/"; homepage = "https://github.com/silentbicycle/theft/";

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation {
url = "mirror://sourceforge/tix/tix/8.4.3/Tix8.4.3-src.tar.gz"; url = "mirror://sourceforge/tix/tix/8.4.3/Tix8.4.3-src.tar.gz";
sha256 = "1jq3dkyk9mqkj4cg7mdk5r0cclqsby9l2b7wrysi0zk5yw7h8bsn"; sha256 = "1jq3dkyk9mqkj4cg7mdk5r0cclqsby9l2b7wrysi0zk5yw7h8bsn";
}; };
patches = [ patches = [
(fetchpatch { (fetchpatch {
name = "tix-8.4.3-tcl8.5.patch"; name = "tix-8.4.3-tcl8.5.patch";
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-tcltk/tix/files/tix-8.4.3-tcl8.5.patch?id=56bd759df1d0c750a065b8c845e93d5dfa6b549d"; url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-tcltk/tix/files/tix-8.4.3-tcl8.5.patch?id=56bd759df1d0c750a065b8c845e93d5dfa6b549d";
@ -23,7 +23,7 @@ stdenv.mkDerivation {
buildInputs = [ tcl tk ]; buildInputs = [ tcl tk ];
# the configure script expects to find the location of the sources of # the configure script expects to find the location of the sources of
# tcl and tk in {tcl,tk}Config.sh # tcl and tk in {tcl,tk}Config.sh
# In fact, it only needs some private headers. We copy them in # In fact, it only needs some private headers. We copy them in
# the private_headers folders and trick the configure script into believing # the private_headers folders and trick the configure script into believing
# the sources are here. # the sources are here.
preConfigure = '' preConfigure = ''

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "tnt"; pname = "tnt";
version = "3.0.12"; version = "3.0.12";
src = fetchurl { src = fetchurl {
url = "https://math.nist.gov/tnt/tnt_3_0_12.zip"; url = "https://math.nist.gov/tnt/tnt_3_0_12.zip";
sha256 = "1bzkfdb598584qlc058n8wqq9vbz714gr5r57401rsa9qaxhk5j7"; sha256 = "1bzkfdb598584qlc058n8wqq9vbz714gr5r57401rsa9qaxhk5j7";

View file

@ -5,7 +5,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "udunits"; pname = "udunits";
version = "2.2.27.6"; version = "2.2.27.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Unidata"; owner = "Unidata";
repo = "UDUNITS-2"; repo = "UDUNITS-2";

View file

@ -11,7 +11,7 @@ buildOcaml rec {
src = fetchurl { src = fetchurl {
url = "https://github.com/janestreet/faillib/archive/${version}.tar.gz"; url = "https://github.com/janestreet/faillib/archive/${version}.tar.gz";
sha256 = "12dvaxkmgf7yzzvbadcyk1n17llgh6p8qr33867d21npaljy7l9v"; sha256 = "12dvaxkmgf7yzzvbadcyk1n17llgh6p8qr33867d21npaljy7l9v";
}; };
propagatedBuildInputs = [ camlp4 herelib ]; propagatedBuildInputs = [ camlp4 herelib ];

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
version = "1.05"; version = "1.05";
src = fetchurl { src = fetchurl {
url = "http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgl-${version}.tar.gz"; url = "http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgl-${version}.tar.gz";
sha256 = "0qabydd219i4ak7hxgc67496qnnscpnydya2m4ijn3cpbgih7zyq"; sha256 = "0qabydd219i4ak7hxgc67496qnnscpnydya2m4ijn3cpbgih7zyq";
}; };

View file

@ -1,4 +1,4 @@
{stdenv, lib, fetchurl, ocaml, pkg-config, findlib, SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_gfx, lablgl }: {stdenv, lib, fetchurl, ocaml, pkg-config, findlib, SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_gfx, lablgl }:
let let
pname = "ocamlsdl"; pname = "ocamlsdl";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
version = "0.9.1"; version = "0.9.1";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/project/ocamlsdl/OCamlSDL/ocamlsdl-0.9.1/ocamlsdl-0.9.1.tar.gz"; url = "mirror://sourceforge/project/ocamlsdl/OCamlSDL/ocamlsdl-0.9.1/ocamlsdl-0.9.1.tar.gz";
sha256 = "abfb295b263dc11e97fffdd88ea1a28b46df8cc2b196777093e4fe7f509e4f8f"; sha256 = "abfb295b263dc11e97fffdd88ea1a28b46df8cc2b196777093e4fe7f509e4f8f";
}; };

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation {
sha256 = "1n095lk94jq1rwi0l24g2wbgms7249wdd31n0ji895dr6755s93y"; sha256 = "1n095lk94jq1rwi0l24g2wbgms7249wdd31n0ji895dr6755s93y";
}) })
; ;
createFindlibDestdir = true; createFindlibDestdir = true;
buildInputs = [ ocaml findlib ocamlbuild camlp4 ]; buildInputs = [ ocaml findlib ocamlbuild camlp4 ];

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
version = "0.6.15"; version = "0.6.15";
pname = "piqi"; pname = "piqi";
name = "ocaml${ocaml.version}-${pname}-${version}"; name = "ocaml${ocaml.version}-${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alavrik"; owner = "alavrik";
repo = pname; repo = pname;

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml findlib ocamlbuild topkg ]; buildInputs = [ ocaml findlib ocamlbuild topkg ];
propagatedBuildInputs = [ result ]; propagatedBuildInputs = [ result ];
inherit (topkg) buildPhase installPhase; inherit (topkg) buildPhase installPhase;
meta = { meta = {

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation {
make all make all
make opt make opt
''; '';
installPhase = '' installPhase = ''
make install_ocamlfind make install_ocamlfind
mkdir -p $out/share mkdir -p $out/share

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
baseName = "gsl"; baseName = "gsl";
version = "0.12"; version = "0.12";
name = "pure-${baseName}-${version}"; name = "pure-${baseName}-${version}";
src = fetchurl { src = fetchurl {
url = "https://bitbucket.org/purelang/pure-lang/downloads/${name}.tar.gz"; url = "https://bitbucket.org/purelang/pure-lang/downloads/${name}.tar.gz";
sha256 = "06bdd873d5417d90ca35093056a060b77365123ed24c3ac583cd3922d4c78a75"; sha256 = "06bdd873d5417d90ca35093056a060b77365123ed24c3ac583cd3922d4c78a75";

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools_scm ]; nativeBuildInputs = [ setuptools_scm ];
checkInputs = [ checkInputs = [
pytest-cov pytest-cov
pytestCheckHook pytestCheckHook
]; ];

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchPypi, buildPythonPackage, { lib, stdenv, fetchPypi, buildPythonPackage,
wrapt, pytest, tox }: wrapt, pytest, tox }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "Deprecated"; pname = "Deprecated";

View file

@ -25,7 +25,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
nativeBuildInputs = [ setuptools_scm ]; nativeBuildInputs = [ setuptools_scm ];
propagatedBuildInputs = [ packaging ] propagatedBuildInputs = [ packaging ]
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];

View file

@ -39,5 +39,5 @@ buildPythonPackage rec {
homepage = "http://wrf-python.rtfd.org"; homepage = "http://wrf-python.rtfd.org";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ mhaselsteiner ]; maintainers = with lib.maintainers; [ mhaselsteiner ];
}; };
} }

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
name = "emma-2.0.5312"; name = "emma-2.0.5312";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/emma/emma-2.0.5312.zip"; url = "mirror://sourceforge/emma/emma-2.0.5312.zip";
sha256 = "0xxy39s2lvgs56vicjzpcz936l1vjaplliwa0dm7v3iyvw6jn7vj"; sha256 = "0xxy39s2lvgs56vicjzpcz936l1vjaplliwa0dm7v3iyvw6jn7vj";

View file

@ -41,7 +41,7 @@ buildPythonApplication rec {
MkDocs is a fast, simple and downright gorgeous static site generator that's MkDocs is a fast, simple and downright gorgeous static site generator that's
geared towards building project documentation. Documentation source files geared towards building project documentation. Documentation source files
are written in Markdown, and configured with a single YAML configuration file. are written in Markdown, and configured with a single YAML configuration file.
MkDocs can also be used to generate general-purpose Websites. MkDocs can also be used to generate general-purpose Websites.
''; '';
homepage = "http://mkdocs.org/"; homepage = "http://mkdocs.org/";

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
python.pkgs.wrapPython ]; python.pkgs.wrapPython ];
buildInputs = [ python gettext libedit glib imagemagick libxml2 boost buildInputs = [ python gettext libedit glib imagemagick libxml2 boost
gnuplot graphviz tesseract gts gnuplot graphviz tesseract gts
]; ];
propagatedBuildInputs = with python.pkgs; [ propagatedBuildInputs = with python.pkgs; [

View file

@ -6,7 +6,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "ineffassign-unstable"; pname = "ineffassign-unstable";
version = "2018-09-09"; version = "2018-09-09";
rev = "1003c8bd00dc2869cb5ca5282e6ce33834fed514"; rev = "1003c8bd00dc2869cb5ca5282e6ce33834fed514";
goPackagePath = "github.com/gordonklaus/ineffassign"; goPackagePath = "github.com/gordonklaus/ineffassign";
excludedPackages = ''testdata''; excludedPackages = ''testdata'';

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, zlib, libarchive, openssl }: { stdenv, fetchFromGitHub, zlib, libarchive, openssl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.0"; version = "1.0";
pname = "makerpm"; pname = "makerpm";

View file

@ -7,16 +7,16 @@ stdenv.mkDerivation {
sha256 = "1as6z7mdjrrkw2kism41q5ybvyzvwcmj9qzla2fz98v9f4jbj2s2"; sha256 = "1as6z7mdjrrkw2kism41q5ybvyzvwcmj9qzla2fz98v9f4jbj2s2";
}; };
buildInputs = [ python ]; buildInputs = [ python ];
makeFlags = [ "PREFIX=$(out)" ]; makeFlags = [ "PREFIX=$(out)" ];
preInstall = '' preInstall = ''
mkdir -p $out/bin mkdir -p $out/bin
mkdir -p $out/share/man/man1 mkdir -p $out/share/man/man1
cp manlifter $out/bin cp manlifter $out/bin
cp manlifter.1 $out/share/man/man1 cp manlifter.1 $out/share/man/man1
''; '';
meta = { meta = {
description = "Lift documents in nroff markups to XML-DocBook"; description = "Lift documents in nroff markups to XML-DocBook";
homepage = "http://www.catb.org/esr/doclifter"; homepage = "http://www.catb.org/esr/doclifter";

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation {
# #
# configureFlags = if transitional then "--transitional" else "--strict"; # configureFlags = if transitional then "--transitional" else "--strict";
# #
# buildFlags = [ "world.opt" ]; # buildFlags = [ "world.opt" ];
meta = { meta = {
description = "Omake build system"; description = "Omake build system";

View file

@ -29,7 +29,7 @@ in stdenv.mkDerivation {
version = "${ver}x${build}"; version = "${ver}x${build}";
src = fetchurl { src = fetchurl {
url = "https://beta.unity3d.com/download/6e9a27477296/LinuxEditorInstaller/Unity.tar.xz"; url = "https://beta.unity3d.com/download/6e9a27477296/LinuxEditorInstaller/Unity.tar.xz";
sha1 = "083imikkrgha5w9sihjvv1m74naxm5yv"; sha1 = "083imikkrgha5w9sihjvv1m74naxm5yv";
}; };

View file

@ -3,7 +3,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "yuicompressor"; pname = "yuicompressor";
version = "2.4.8"; version = "2.4.8";
src = fetchurl { src = fetchurl {
url = "https://github.com/yui/yuicompressor/releases/download/v${version}/${pname}-${version}.jar"; url = "https://github.com/yui/yuicompressor/releases/download/v${version}/${pname}-${version}.jar";
sha256 = "1qjxlak9hbl9zd3dl5ks0w4zx5z64wjsbk7ic73r1r45fasisdrh"; sha256 = "1qjxlak9hbl9zd3dl5ks0w4zx5z64wjsbk7ic73r1r45fasisdrh";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
makeWrapper ${jre}/bin/java $out/bin/yuicompressor --add-flags \ makeWrapper ${jre}/bin/java $out/bin/yuicompressor --add-flags \
"-cp $out/lib/yuicompressor.jar com.yahoo.platform.yui.compressor.YUICompressor" "-cp $out/lib/yuicompressor.jar com.yahoo.platform.yui.compressor.YUICompressor"
''; '';
meta = with lib; { meta = with lib; {
description = "A JavaScript and CSS minifier"; description = "A JavaScript and CSS minifier";
homepage = "http://yui.github.io/yuicompressor/"; homepage = "http://yui.github.io/yuicompressor/";

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
patchPhase = ''substituteInPlace configure \ patchPhase = ''substituteInPlace configure \
--replace /usr/local / --replace /usr/local /
''; '';
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ ] ++ stdenv.lib.optionals stdenv.isLinux [ libbsd ] ; buildInputs = [ ] ++ stdenv.lib.optionals stdenv.isLinux [ libbsd ] ;

View file

@ -10,7 +10,7 @@ let
rev = "10b9500b67983f0a9c42d8ce8bf8e8c469f7078c"; rev = "10b9500b67983f0a9c42d8ce8bf8e8c469f7078c";
sha256 = "1yy8by15kfklw8lwh17z1swpj067q0skjjih12yawbryraig41m0"; sha256 = "1yy8by15kfklw8lwh17z1swpj067q0skjjih12yawbryraig41m0";
}; };
nodePackages = import ./nodepkgs.nix { nodePackages = import ./nodepkgs.nix {
inherit pkgs; inherit pkgs;
inherit (stdenv.hostPlatform) system; inherit (stdenv.hostPlatform) system;

View file

@ -6,10 +6,10 @@ let
inifile = "linux/v0.${dwarf-fortress.baseVersion}.${dwarf-fortress.patchVersion}_${platformSlug}.ini"; inifile = "linux/v0.${dwarf-fortress.baseVersion}.${dwarf-fortress.patchVersion}_${platformSlug}.ini";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "dwarf-therapist-${dwarf-therapist.version}"; name = "dwarf-therapist-${dwarf-therapist.version}";
wrapper = ./dwarf-therapist.in; wrapper = ./dwarf-therapist.in;
paths = [ dwarf-therapist ]; paths = [ dwarf-therapist ];

View file

@ -8,7 +8,7 @@ let
url = "https://github.com/robertjanetzko/LegendsBrowser/releases/download/${version}/legendsbrowser-${version}.jar"; url = "https://github.com/robertjanetzko/LegendsBrowser/releases/download/${version}/legendsbrowser-${version}.jar";
sha256 = "05b4ksbl4481rh3ykfirbp6wvxhppcd5mvclhn9995gsrcaj8gx9"; sha256 = "05b4ksbl4481rh3ykfirbp6wvxhppcd5mvclhn9995gsrcaj8gx9";
}; };
script = writeShellScriptBin "legends-browser" '' script = writeShellScriptBin "legends-browser" ''
set -eu set -eu
BASE="$HOME/.local/share/df_linux/legends-browser/" BASE="$HOME/.local/share/df_linux/legends-browser/"

View file

@ -60,7 +60,7 @@ let
'' + lib.optionalString enableTWBT '' '' + lib.optionalString enableTWBT ''
substituteInPlace $out/data/init/init.txt \ substituteInPlace $out/data/init/init.txt \
--replace '[PRINT_MODE:2D]' '[PRINT_MODE:TWBT]' --replace '[PRINT_MODE:2D]' '[PRINT_MODE:TWBT]'
'' + '' +
lib.optionalString enableTextMode '' lib.optionalString enableTextMode ''
substituteInPlace $out/data/init/init.txt \ substituteInPlace $out/data/init/init.txt \
--replace '[PRINT_MODE:2D]' '[PRINT_MODE:TEXT]' --replace '[PRINT_MODE:2D]' '[PRINT_MODE:TEXT]'

View file

@ -1,9 +1,9 @@
{ lib, stdenv, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "frogatto-data"; pname = "frogatto-data";
version = "unstable-2018-12-18"; version = "unstable-2018-12-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "frogatto"; owner = "frogatto";
repo = "frogatto"; repo = "frogatto";

View file

@ -21,9 +21,9 @@ stdenv.mkDerivation rec {
patches = [ ./header-order.patch ./public-buildproject.patch patches = [ ./header-order.patch ./public-buildproject.patch
(fetchpatch { (fetchpatch {
url = "https://bitbucket.org/giszmo/glob2/commits/c9dc715624318e4fea4abb24e04f0ebdd9cd8d2a/raw"; url = "https://bitbucket.org/giszmo/glob2/commits/c9dc715624318e4fea4abb24e04f0ebdd9cd8d2a/raw";
sha256 = "0017xg5agj3dy0hx71ijdcrxb72bjqv7x6aq7c9zxzyyw0mkxj0k"; sha256 = "0017xg5agj3dy0hx71ijdcrxb72bjqv7x6aq7c9zxzyyw0mkxj0k";
}) })
]; ];
postPatch = '' postPatch = ''

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation {
unpackPhase = '' unpackPhase = ''
unzip -j $src unzip -j $src
''; '';
installPhase = installPhase =
'' ''

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
--replace "-o \$(OWNER) -g \$(GROUP)" "" \ --replace "-o \$(OWNER) -g \$(GROUP)" "" \
--replace "4755" "755" --replace "4755" "755"
''; '';
installFlags = [ "INSTLIBDIR=$(out)/lib" installFlags = [ "INSTLIBDIR=$(out)/lib"
"INSTBINDIR=$(out)/bin" "INSTBINDIR=$(out)/bin"
"INSTMANDIR=$(out)/man" ]; "INSTMANDIR=$(out)/man" ];

View file

@ -13,7 +13,7 @@ in
# NOTE: Don't forget to update the webarchive link too! # NOTE: Don't forget to update the webarchive link too!
urls = [ urls = [
"https://download.ebz.epson.net/dsc/op/stable/SRPMS/epson-inkjet-printer-201106w-${version}-1lsb3.2.src.rpm" "https://download.ebz.epson.net/dsc/op/stable/SRPMS/epson-inkjet-printer-201106w-${version}-1lsb3.2.src.rpm"
"https://web.archive.org/web/https://download.ebz.epson.net/dsc/op/stable/SRPMS/epson-inkjet-printer-201106w-${version}-1lsb3.2.src.rpm" "https://web.archive.org/web/https://download.ebz.epson.net/dsc/op/stable/SRPMS/epson-inkjet-printer-201106w-${version}-1lsb3.2.src.rpm"
]; ];
sha256 = "1yig1xrh1ikblbp7sx706n5nnc237wy4mbch23ymy6akbgqg4aig"; sha256 = "1yig1xrh1ikblbp7sx706n5nnc237wy4mbch23ymy6akbgqg4aig";

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation {
# To find new versions, visit # To find new versions, visit
# http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX and search for # http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX and search for
# some printer like for instance "WF-7110" to get to the most recent # some printer like for instance "WF-7110" to get to the most recent
# version. # version.
# NOTE: Don't forget to update the webarchive link too! # NOTE: Don't forget to update the webarchive link too!
urls = [ urls = [
"https://download3.ebz.epson.net/dsc/f/03/00/09/83/26/f90d0f70b33a9d7d77a2408364c47fba1ccbf943/epson-inkjet-printer-escpr-1.7.3-1lsb3.2.tar.gz" "https://download3.ebz.epson.net/dsc/f/03/00/09/83/26/f90d0f70b33a9d7d77a2408364c47fba1ccbf943/epson-inkjet-printer-escpr-1.7.3-1lsb3.2.tar.gz"

Some files were not shown because too many files have changed in this diff Show more