Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ab0a828662c4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 02589d9b783e
Choose a head ref

Commits on Nov 5, 2019

  1. python3Packages.pycairo: 1.18.1 -> 1.18.2

    Jonathan Ringer committed Nov 5, 2019
    Copy the full SHA
    925f19a View commit details

Commits on Nov 11, 2019

  1. libxml2: 2.9.9 -> 2.9.10

    disable python test which was previously failing anyway, but in previous
    versions it was being ignored
    risicle committed Nov 11, 2019
    Copy the full SHA
    c3c77ec View commit details
  2. libxslt: 1.1.33 -> 1.1.34 (security)

    addresses CVE-2019-18197
    risicle committed Nov 11, 2019
    Copy the full SHA
    4fec9d5 View commit details
  3. [cpan2nix] perlPackages.LWPUserAgentDNSHosts: init at 0.13

    dependencies:
    perlPackages.TestFakeHTTPD: init at 0.08
    volth committed Nov 11, 2019
    Copy the full SHA
    aedeba0 View commit details
  4. gnome2.gnome_vfs: openssl-1.1 patch

    Use fetchpatch and explain the issue
    oneingan committed Nov 11, 2019
    Copy the full SHA
    8ea52df View commit details

Commits on Nov 12, 2019

  1. Merge pull request #72849 from jonringer/bump-pycairo

    [staging] python3Packages.pycairo: 1.18.1 -> 1.18.2
    worldofpeace authored Nov 12, 2019
    Copy the full SHA
    7f4dcce View commit details
  2. Merge pull request #72986 from juaningan/gnome_vfs_openssl11

    gnome2.gnome_vfs: openssl-1.1 patch
    globin authored Nov 12, 2019
    Copy the full SHA
    bfe6cb0 View commit details

Commits on Nov 13, 2019

  1. Merge staging-next into staging

    FRidh committed Nov 13, 2019
    Copy the full SHA
    556df88 View commit details
  2. Merge pull request #73178 from risicle/ris-libxml2-2.9.10

    libxml2: 2.9.9 -> 2.9.10, libxslt: 1.1.33 -> 1.1.34, addressing CVE-2019-18197
    flokli authored Nov 13, 2019
    Copy the full SHA
    abdc1ea View commit details

Commits on Nov 14, 2019

  1. gst_all_1: pname-ification

    dtzWill authored and jtojnar committed Nov 14, 2019
    Copy the full SHA
    1f6d0f0 View commit details
  2. Copy the full SHA
    b32481a View commit details
  3. Copy the full SHA
    9e4fb4c View commit details
  4. Copy the full SHA
    c6eec88 View commit details
  5. gst_all_1.gstreamer: 1.16.0 -> 1.16.1

    dtzWill authored and jtojnar committed Nov 14, 2019
    4
    Copy the full SHA
    e8043ce View commit details
  6. gst_all_1.gst-libav: 1.16.0 -> 1.16.1

    dtzWill authored and jtojnar committed Nov 14, 2019
    Copy the full SHA
    ca789d3 View commit details
  7. Copy the full SHA
    2ef14fa View commit details
  8. gst_all_1.gst-vaapi: 1.16.0 -> 1.16.1

    dtzWill authored and jtojnar committed Nov 14, 2019
    Copy the full SHA
    7dff400 View commit details
  9. Copy the full SHA
    32680d9 View commit details
  10. Copy the full SHA
    56a60bf View commit details
  11. gst_all_1.gst-validate: 1.16.0 -> 1.16.1

    dtzWill authored and jtojnar committed Nov 14, 2019
    Copy the full SHA
    5b1920f View commit details
  12. libnice: clean up

    * format withn nixpkgs-fmt
    * drop unnecessary flags
    * do not propagate gupnp-igd (it is only in Requires.private)
    jtojnar committed Nov 14, 2019
    Copy the full SHA
    c14398f View commit details
  13. libpsl: fix darwin build

    tests are failing there
    
    FAIL: test-is-public
    ====================
    valgrind: mmap-FIXED(0x7fff5f400000, 8388608) failed in UME (load_unixthread1) with error 22 (Invalid argument).
    FAIL test-is-public (exit status: 1)
    FAIL: test-is-public-all
    ========================
    valgrind: mmap-FIXED(0x7fff5f400000, 8388608) failed in UME (load_unixthread1) with error 22 (Invalid argument).
    FAIL test-is-public-all (exit status: 1)
    FAIL: test-is-cookie-domain-acceptable
    ======================================
    valgrind: mmap-FIXED(0x7fff5f400000, 8388608) failed in UME (load_unixthread1) with error 22 (Invalid argument).
    FAIL test-is-cookie-domain-acceptable (exit status: 1)
    FAIL: test-is-public-builtin
    ============================
    valgrind: mmap-FIXED(0x7fff5f400000, 8388608) failed in UME (load_unixthread1) with error 22 (Invalid argument).
    FAIL test-is-public-builtin (exit status: 1)
    FAIL: test-registrable-domain
    =============================
    valgrind: mmap-FIXED(0x7fff5f400000, 8388608) failed in UME (load_unixthread1) with error 22 (Invalid argument).
    FAIL test-registrable-domain (exit status: 1)
    jtojnar committed Nov 14, 2019
    Copy the full SHA
    ffc9bde View commit details
  14. gst_all_1: Fix evaluation on Darwin, fix gstreamer builds.

    Commit be38210 broke evaluation
    on Darwin because it added these unconditional buildInputs
    that don't evaluate on Darwin:
    
        libnice librdf lilv lv2 serd sord sratom
    
    This commit fixes it, and also fixes recently-added new dependencies
    for other packages accordingly.
    
    It further fixes the build of many gstreamer packages on Darwin.
    nh2 authored and jtojnar committed Nov 14, 2019
    Copy the full SHA
    2c800ed View commit details
  15. meson: fix darwin framework lookup

    Fixes building gst_all_1.gst-plugins-good.
    
    Patch backported from 0.52.0.
    jtojnar committed Nov 14, 2019
    Copy the full SHA
    071d25a View commit details
  16. mesa: 19.2.3 -> 19.2.4

    eadwu committed Nov 14, 2019
    Copy the full SHA
    e088319 View commit details
  17. Merge pull request #73402 from eadwu/mesa/19.2.4

    mesa: 19.2.3 -> 19.2.4
    adisbladis authored Nov 14, 2019
    Copy the full SHA
    d29607c View commit details
  18. gstreamer 1.16.1 (#70690)

    gstreamer 1.16.1
    jtojnar authored Nov 14, 2019
    Copy the full SHA
    c846ede View commit details
  19. meson: fix patch URL

    Hopefully commits will be more stable.
    jtojnar committed Nov 14, 2019
    Copy the full SHA
    21f3586 View commit details
  20. Copy the full SHA
    94d4fe8 View commit details

Commits on Nov 15, 2019

  1. Copy the full SHA
    5a9ba33 View commit details
  2. Copy the full SHA
    3b16df6 View commit details
  3. Copy the full SHA
    4e80093 View commit details
  4. Copy the full SHA
    ac5cdc4 View commit details
  5. Copy the full SHA
    f2c73ca View commit details
  6. Merge pull request #73244 from volth/cpan2nix-2019-11-11

    perlPackages.LWPUserAgentDNSHosts: init at 0.13
    aanderse authored Nov 15, 2019
    Copy the full SHA
    f0e68d7 View commit details

Commits on Nov 16, 2019

  1. Copy the full SHA
    6217e94 View commit details
  2. Copy the full SHA
    55b583d View commit details

Commits on Nov 17, 2019

  1. Copy the full SHA
    77cce0d View commit details
  2. Copy the full SHA
    9daa5b7 View commit details

Commits on Nov 18, 2019

  1. Copy the full SHA
    d5ba79c View commit details
  2. Merge pull request #73436 from marsam/update-postgresql

    postgresql: 9.5.19 -> 9.5.20, 9.6.15 -> 9.6.16, 10.10 -> 10.11, 11.5 -> 11.6, 12.0 -> 12.1
    marsam authored Nov 18, 2019
    Copy the full SHA
    378fd42 View commit details
  3. Merge pull request #73598 from lovesegfault/networkmanager-1.20.6

    network-manager: 1.20.4 -> 1.20.6
    worldofpeace authored Nov 18, 2019
    Copy the full SHA
    e6963bc View commit details
  4. Copy the full SHA
    c9d8624 View commit details
  5. Copy the full SHA
    dcfc821 View commit details
  6. qt59: Remove package sets

    Nothing depends on Qt 5.9 any more
    adisbladis committed Nov 18, 2019
    Copy the full SHA
    f70c47a View commit details
  7. qt511: Remove package sets

    Nothing depends on Qt 5.11 any more
    adisbladis committed Nov 18, 2019
    Copy the full SHA
    ab3f50a View commit details
  8. Copy the full SHA
    9ae9729 View commit details

Commits on Nov 19, 2019

  1. Merge pull request #73261 from adisbladis/no-libglu-combined

    treewide: Remove libGLU_combined
    adisbladis authored Nov 19, 2019
    Copy the full SHA
    801d3b5 View commit details
  2. Merge staging-next into staging

    FRidh committed Nov 19, 2019
    Copy the full SHA
    5f8b0d7 View commit details
  3. Copy the full SHA
    d6850a9 View commit details
Showing 393 changed files with 1,928 additions and 9,347 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/helm/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub , xorg, freetype, alsaLib, curl, libjack2
, lv2, pkgconfig, libGLU_combined }:
, lv2, pkgconfig, libGLU, libGL }:

stdenv.mkDerivation {
version = "0.9.0";
@@ -15,7 +15,7 @@
buildInputs = [
xorg.libX11 xorg.libXcomposite xorg.libXcursor xorg.libXext
xorg.libXinerama xorg.libXrender xorg.libXrandr
freetype alsaLib curl libjack2 pkgconfig libGLU_combined lv2
freetype alsaLib curl libjack2 pkgconfig libGLU libGL lv2
];

CXXFLAGS = "-DHAVE_LROUND";
4 changes: 2 additions & 2 deletions pkgs/applications/audio/jack-oscrolloscope/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, SDL, libjack2, libGLU_combined, pkgconfig }:
{ stdenv, fetchurl, SDL, libjack2, libGLU, libGL, pkgconfig }:

stdenv.mkDerivation rec {
pname = "jack_oscrolloscope";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ SDL libjack2 libGLU_combined ];
buildInputs = [ SDL libjack2 libGLU libGL ];

installPhase = ''
mkdir -p $out/bin
4 changes: 2 additions & 2 deletions pkgs/applications/audio/meters_lv2/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig
, lv2, libGLU_combined, gtk2, cairo, pango, fftwFloat, libjack2 }:
, lv2, libGLU, libGL, gtk2, cairo, pango, fftwFloat, libjack2 }:

let
version = "0.9.10";
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
inherit name;

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ lv2 libGLU_combined gtk2 cairo pango fftwFloat libjack2 ];
buildInputs = [ lv2 libGLU libGL gtk2 cairo pango fftwFloat libjack2 ];

srcs = [ src robtkSrc ];
sourceRoot = name;
7 changes: 4 additions & 3 deletions pkgs/applications/audio/pianobooster/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, alsaLib, cmake, libGLU_combined, makeWrapper, qt4 }:
{ stdenv, fetchurl, alsaLib, cmake, libGLU, libGL, makeWrapper, qt4 }:

stdenv.mkDerivation {
pname = "pianobooster";
@@ -16,12 +16,13 @@ stdenv.mkDerivation {

preConfigure = "cd src";

buildInputs = [ alsaLib cmake makeWrapper libGLU_combined qt4 ];
buildInputs = [ alsaLib cmake makeWrapper libGLU libGL qt4 ];
NIX_LDFLAGS = [ "-lGL" "-lpthread" ];

postInstall = ''
wrapProgram $out/bin/pianobooster \
--prefix LD_LIBRARY_PATH : ${libGLU_combined}/lib
--prefix LD_LIBRARY_PATH : ${libGL}/lib \
--prefix LD_LIBRARY_PATH : ${libGLU}/lib
'';

meta = with stdenv.lib; {
4 changes: 2 additions & 2 deletions pkgs/applications/audio/setbfree/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchzip, alsaLib, freetype, ftgl, libjack2, libX11, lv2
, libGLU_combined, pkgconfig, ttf_bitstream_vera
, libGLU, libGL, pkgconfig, ttf_bitstream_vera
}:

stdenv.mkDerivation rec {
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ pkgconfig ];
buildInputs = [
alsaLib freetype ftgl libjack2 libX11 lv2 libGLU_combined
alsaLib freetype ftgl libjack2 libX11 lv2 libGLU libGL
ttf_bitstream_vera
];

4 changes: 2 additions & 2 deletions pkgs/applications/audio/sisco.lv2/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, lv2, pkgconfig, libGLU_combined, cairo, pango, libjack2 }:
{ stdenv, fetchFromGitHub, lv2, pkgconfig, libGLU, libGL, cairo, pango, libjack2 }:

let
name = "sisco.lv2-${version}";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
sourceRoot = src.name;

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ lv2 pango cairo libjack2 libGLU_combined ];
buildInputs = [ lv2 pango cairo libjack2 libGLU libGL ];

postUnpack = "chmod u+w -R ${robtkName}-src; mv ${robtkName}-src/* ${sourceRoot}/robtk";
sisco_VERSION = version;
4 changes: 2 additions & 2 deletions pkgs/applications/audio/soundscape-renderer/default.nix
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
, boost
, ecasound
, glibcLocales
, libGLU_combined # Needed because help2man basically does a ./ssr-binaural --help and ssr-binaural needs libGL
, libGLU, libGL # Needed because help2man basically does a ./ssr-binaural --help and ssr-binaural needs libGL
}:

stdenv.mkDerivation {
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
LC_ALL = "en_US.UTF-8";

nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ boost boost.dev ecasound libGLU_combined help2man libsndfile fftwFloat libjack2 libxml2 qt4 glibcLocales ];
buildInputs = [ boost boost.dev ecasound libGLU libGL help2man libsndfile fftwFloat libjack2 libxml2 qt4 glibcLocales ];

# 1) Fix detecting version. https://github.com/SoundScapeRenderer/ssr/pull/53
# 2) Make it find ecasound headers
4 changes: 2 additions & 2 deletions pkgs/applications/audio/yoshimi/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, alsaLib, boost, cairo, cmake, fftwSinglePrec, fltk, pcre
, libjack2, libsndfile, libXdmcp, readline, lv2, libGLU_combined, minixml, pkgconfig, zlib, xorg
, libjack2, libsndfile, libXdmcp, readline, lv2, libGLU, libGL, minixml, pkgconfig, zlib, xorg
}:

assert stdenv ? glibc;
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};

buildInputs = [
alsaLib boost cairo fftwSinglePrec fltk libjack2 libsndfile libXdmcp readline lv2 libGLU_combined
alsaLib boost cairo fftwSinglePrec fltk libjack2 libsndfile libXdmcp readline lv2 libGLU libGL
minixml zlib xorg.libpthreadstubs pcre
];

4 changes: 2 additions & 2 deletions pkgs/applications/audio/zam-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchgit , boost, libX11, libGLU_combined, liblo, libjack2, ladspaH, lv2, pkgconfig, rubberband, libsndfile, fftwFloat, libsamplerate }:
{ stdenv, fetchgit , boost, libX11, libGLU, libGL, liblo, libjack2, ladspaH, lv2, pkgconfig, rubberband, libsndfile, fftwFloat, libsamplerate }:

stdenv.mkDerivation {
pname = "zam-plugins";
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ boost libX11 libGLU_combined liblo libjack2 ladspaH lv2 rubberband libsndfile fftwFloat libsamplerate ];
buildInputs = [ boost libX11 libGLU libGL liblo libjack2 ladspaH lv2 rubberband libsndfile fftwFloat libsamplerate ];

patchPhase = ''
patchShebangs ./dpf/utils/generate-ttl.sh
4 changes: 2 additions & 2 deletions pkgs/applications/editors/kodestudio/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, lib, fetchurl, makeDesktopItem, makeWrapper
, # Patchelf dependencies:
alsaLib, atomEnv, boehmgc, flac, libogg, libvorbis, libXScrnSaver, libGLU_combined
alsaLib, atomEnv, boehmgc, flac, libogg, libvorbis, libXScrnSaver, libGLU, libGL
, openssl, xorg, zlib
}:

@@ -56,7 +56,7 @@ in
$out/kodestudio
patchelf \
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath ".:${stdenv.cc.libc}/lib:${xorg.libXinerama}/lib:${xorg.libX11}/lib:${alsaLib}/lib:${libGLU_combined}/lib:${openssl.out}/lib" \
--set-rpath ".:${stdenv.cc.libc}/lib:${xorg.libXinerama}/lib:${xorg.libX11}/lib:${alsaLib}/lib:${libGL}/lib:${libGLU}/lib:${openssl.out}/lib" \
$out/resources/app/extensions/krom/Krom/linux/Krom
patchelf \
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/antimony/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, libpng, python3
, libGLU_combined, qtbase, wrapQtAppsHook, ncurses
, libGLU, libGL, qtbase, wrapQtAppsHook, ncurses
, cmake, flex, lemon
}:

@@ -29,7 +29,7 @@ in

buildInputs = [
libpng python3 python3.pkgs.boost
libGLU_combined qtbase wrapQtAppsHook
libGLU libGL qtbase wrapQtAppsHook
ncurses
];

4 changes: 2 additions & 2 deletions pkgs/applications/graphics/cinepaint/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
flex, libtiff, libjpeg, libpng, libexif, zlib, perlPackages, libX11,
pythonPackages, gettext, intltool, babl, gegl,
glib, makedepend, xorgproto, libXmu, openexr,
libGLU_combined, libXext, libXpm, libXau, libXxf86vm, pixman, libpthreadstubs, fltk } :
libGLU, libGL, libXext, libXpm, libXau, libXxf86vm, pixman, libpthreadstubs, fltk } :

let
inherit (pythonPackages) python pygtk;
@@ -16,7 +16,7 @@ in stdenv.mkDerivation rec {

buildInputs = [ libpng gtk2 freetype fontconfig lcms flex libtiff libjpeg
libexif zlib libX11 python pygtk gettext intltool babl
gegl glib makedepend xorgproto libXmu openexr libGLU_combined
gegl glib makedepend xorgproto libXmu openexr libGLU libGL
libXext libXpm libXau libXxf86vm pixman libpthreadstubs fltk
] ++ (with perlPackages; [ perl XMLParser ]);

4 changes: 2 additions & 2 deletions pkgs/applications/graphics/draftsight/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, dpkg, makeWrapper, gcc, libGLU_combined, xdg_utils,
{ stdenv, fetchurl, dpkg, makeWrapper, gcc, libGLU, libGL, xdg_utils,
dbus, alsaLib, cups, fontconfig, glib, icu, libpng12,
xkeyboard_config, zlib, libxslt, libxml2, sqlite, orc,
libX11, libXcursor, libXrandr, libxcb, libXi, libSM, libICE,
@@ -71,7 +71,7 @@ stdenv.mkDerivation {
sha256 = "05lrvml0zkzqg0sj6sj2h8h66hxdmsw5fg9fwz923r1y8j48qxdx";
};

libPath = stdenv.lib.makeLibraryPath [ gcc.cc libGLU_combined xdg_utils
libPath = stdenv.lib.makeLibraryPath [ gcc.cc libGLU libGL xdg_utils
dbus alsaLib cups.lib fontconfig glib icu libpng12
xkeyboard_config zlib libxslt libxml2 sqlite orc libX11
libXcursor libXrandr libxcb libXi libSM libICE libXrender
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/exrdisplay/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, fltk, openexr, libGLU_combined, ctl }:
{ stdenv, fetchurl, pkgconfig, fltk, openexr, libGLU, libGL, ctl }:

stdenv.mkDerivation {
name ="openexr_viewers-2.2.1";
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
'';

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openexr fltk libGLU_combined ctl ];
buildInputs = [ openexr fltk libGLU libGL ctl ];

meta = {
description = "Application for viewing OpenEXR images on a display at various exposure settings";
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/freepv/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libjpeg, libGLU_combined, freeglut, zlib, cmake, libX11, libxml2, libpng,
{ stdenv, fetchurl, libjpeg, libGLU, libGL, freeglut, zlib, cmake, libX11, libxml2, libpng,
libXxf86vm }:

stdenv.mkDerivation {
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
sha256 = "1w19abqjn64w47m35alg7bcdl1p97nf11zn64cp4p0dydihmhv56";
};

buildInputs = [ libjpeg libGLU_combined freeglut zlib cmake libX11 libxml2 libpng
buildInputs = [ libjpeg libGLU libGL freeglut zlib cmake libX11 libxml2 libpng
libXxf86vm ];

postPatch = ''
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/hugin/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, cmake, fetchurl, gnumake, makeWrapper, pkgconfig, fetchpatch
, autopanosiftc, boost, cairo, enblend-enfuse, exiv2, fftw, flann, gettext
, glew, ilmbase, lcms2, lensfun, libjpeg, libpng, libtiff, libX11, libXi
, libXmu, libGLU_combined, openexr, panotools, perlPackages, sqlite, vigra, wxGTK, zlib
, libXmu, libGLU, libGL, openexr, panotools, perlPackages, sqlite, vigra, wxGTK, zlib
}:

stdenv.mkDerivation rec {
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {

buildInputs = [
boost cairo exiv2 fftw flann gettext glew ilmbase lcms2 lensfun libjpeg
libpng libtiff libX11 libXi libXmu libGLU_combined openexr panotools sqlite vigra
libpng libtiff libX11 libXi libXmu libGLU libGL openexr panotools sqlite vigra
wxGTK zlib
];

4 changes: 2 additions & 2 deletions pkgs/applications/graphics/k3d/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, fetchpatch, ftgl, glew, asciidoc
, cmake, ninja, libGLU_combined, zlib, python, expat, libxml2, libsigcxx, libuuid, freetype
, cmake, ninja, libGLU, libGL, zlib, python, expat, libxml2, libsigcxx, libuuid, freetype
, libpng, boost, doxygen, cairomm, pkgconfig, imagemagick, libjpeg, libtiff
, gettext, intltool, perl, gtkmm2, glibmm, gtkglext, pangox_compat, libXmu }:

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ninja gettext intltool doxygen pkgconfig perl asciidoc ];

buildInputs = [
libGLU_combined zlib python expat libxml2 libsigcxx libuuid freetype libpng
libGLU libGL zlib python expat libxml2 libsigcxx libuuid freetype libpng
boost cairomm imagemagick libjpeg libtiff
ftgl glew gtkmm2 glibmm gtkglext pangox_compat libXmu
];
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/kodelife/default.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
, alsaLib
, glib
, gst_all_1
, libGLU_combined
, libGLU, libGL
, xorg
}:

@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
glib
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
libGLU_combined
libGLU libGL
xorg.libX11
];
in ''
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/openscad/default.nix
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
, flex
, eigen
, boost
, libGLU_combined
, libGLU, libGL
, glew
, opencsg
, cgal
@@ -44,7 +44,7 @@ mkDerivation rec {
eigen boost glew opencsg cgal mpfr gmp glib
harfbuzz lib3mf libzip double-conversion freetype fontconfig
qtbase qtmultimedia qscintilla
] ++ stdenv.lib.optional stdenv.isLinux libGLU_combined
] ++ stdenv.lib.optionals stdenv.isLinux [ libGLU libGL ]
++ stdenv.lib.optional stdenv.isDarwin qtmacextras
;

4 changes: 2 additions & 2 deletions pkgs/applications/graphics/paraview/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
stdenv, fetchFromGitHub, cmake, makeWrapper
,qtbase, qttools, python, libGLU_combined
,qtbase, qttools, python, libGLU, libGL
,libXt, qtx11extras, qtxmlpatterns
, mkDerivation
}:
@@ -43,7 +43,7 @@ mkDerivation rec {
buildInputs = [
python
python.pkgs.numpy
libGLU_combined
libGLU libGL
libXt
qtbase
qtx11extras
4 changes: 2 additions & 2 deletions pkgs/applications/misc/blender/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ config, stdenv, lib, fetchurl, boost, cmake, ffmpeg, gettext, glew
, ilmbase, libXi, libX11, libXext, libXrender
, libjpeg, libpng, libsamplerate, libsndfile
, libtiff, libGLU_combined, openal, opencolorio, openexr, openimageio, openjpeg_1, python3Packages
, libtiff, libGLU, libGL, openal, opencolorio, openexr, openimageio, openjpeg_1, python3Packages
, openvdb, libXxf86vm, tbb
, zlib, fftw, opensubdiv, freetype, jemalloc, ocl-icd, addOpenGLRunpath
, jackaudioSupport ? false, libjack2
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ boost ffmpeg gettext glew ilmbase
libXi libX11 libXext libXrender
freetype libjpeg libpng libsamplerate libsndfile libtiff libGLU_combined openal
freetype libjpeg libpng libsamplerate libsndfile libtiff libGLU libGL openal
opencolorio openexr openimageio openjpeg_1 python zlib fftw jemalloc
(opensubdiv.override { inherit cudaSupport; })
openvdb libXxf86vm tbb
4 changes: 2 additions & 2 deletions pkgs/applications/misc/cpp-ethereum/default.nix
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
, miniupnpc
, libmicrohttpd
, gmp
, libGLU_combined
, libGLU, libGL
, extraCmakeFlags ? []
}:
stdenv.mkDerivation rec {
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
miniupnpc
libmicrohttpd
gmp
libGLU_combined
libGLU libGL
];

dontStrip = true;
4 changes: 2 additions & 2 deletions pkgs/applications/misc/googleearth/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, glibc, libGLU_combined, freetype, glib, libSM, libICE, libXi, libXv
{ stdenv, fetchurl, glibc, libGLU, libGL, freetype, glib, libSM, libICE, libXi, libXv
, libXrender, libXrandr, libXfixes, libXcursor, libXinerama, libXext, libX11
, zlib, fontconfig, dpkg, libproxy, libxml2, gstreamer, gst_all_1, dbus }:

@@ -20,7 +20,7 @@ let
libICE
libXi
libXv
libGLU_combined
libGLU libGL
libXrender
libXrandr
libXfixes
4 changes: 2 additions & 2 deletions pkgs/applications/misc/icesl/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, lib, fetchzip, freeglut, libXmu, libXi, libX11, libICE, libGLU_combined, libSM, libXext, dialog, makeWrapper }:
{ stdenv, lib, fetchzip, freeglut, libXmu, libXi, libX11, libICE, libGLU, libGL, libSM, libXext, dialog, makeWrapper }:
let
lpath = stdenv.lib.makeLibraryPath [ libXmu libXi libX11 freeglut libICE libGLU_combined libSM libXext ];
lpath = stdenv.lib.makeLibraryPath [ libXmu libXi libX11 freeglut libICE libGLU libGL libSM libXext ];
in
stdenv.mkDerivation rec {
pname = "iceSL";
Loading