summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixpkgs: saw-tools 0.1-20150609 -> 0.1.1-20150731Austin Seipp2015-08-30
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Merge pull request #9539 from benley/funwithgodepsWilliam A. Kennington III2015-08-30
|\ | | | | prometheus-*: fixes to deal with goPackages multiple-outputs changes
| * prometheus-statsd-bridge: fold into go-packages.nixBenjamin Staffin2015-08-30
| |
| * prometheus-pushgateway: fold into go-packages.nixBenjamin Staffin2015-08-30
| |
| * prometheus-node-exporter: fold into go-packages.nixBenjamin Staffin2015-08-30
| |
| * prometheus-nginx-exporter: fold into go-packages.nixBenjamin Staffin2015-08-30
| |
| * prometheus-mysqld-exporter: fold into go-packages.nixBenjamin Staffin2015-08-29
| |
| * prometheus-mesos-exporter: fold into go-packages.nixBenjamin Staffin2015-08-29
| |
| * prometheus-haproxy-exporter: fold into go-packages.nixBenjamin Staffin2015-08-29
| |
| * prometheus-collectd-exporter: fold into go-packages.nixBenjamin Staffin2015-08-29
| |
| * prom2json: fold into go-packages.nixBenjamin Staffin2015-08-29
| |
| * prometheus-cli: fold into go-packages.nixBenjamin Staffin2015-08-29
| |
| * prometheus-alertmanager: fold into go-packages.nixBenjamin Staffin2015-08-29
| |
| * prometheus: fold definition into go-packages.nixBenjamin Staffin2015-08-29
| |
| * prometheus-*: trivial cleanupBenjamin Staffin2015-08-29
| |
| * prometheus-pushgateway: move go-bindata into nativeBuildInputsBenjamin Staffin2015-08-29
| | | | | | | | Thereotically make life easier for a future cross-compilation path.
| * prometheus-alertmanager: streamline build, prune buildInputsBenjamin Staffin2015-08-29
| | | | | | | | | | | | It turns out it's no longer necessary to run the protoc and static-asset compile steps ourselves, as those are included in the upstream repo now.
| * prometheus-*: fixes to deal with goPackages multiple-outputs changesBenjamin Staffin2015-08-29
| |
| * prometheus: Include console templates and librariesBenjamin Staffin2015-08-29
|/ | | | Also tweaked to work with the recent goPackages multiple-outputs stuff.
* wesnoth: 1.10.7 -> 1.12.4Nikolay Amiantov2015-08-30
|
* goPackages: Update core packages from golangWilliam A. Kennington III2015-08-29
|
* goPackages: Exclude commonly useless go packages from being builtWilliam A. Kennington III2015-08-29
|
* nghttp2: 1.1.2 -> 1.2.1William A. Kennington III2015-08-29
|
* networkmanager: build with dnsmasqCarter Charbonneau2015-08-30
| | | | Networkmanager requires dnsmasq for network sharing
* Merge pull request #9524 from bjornfor/qt5-mkspecs-libglThomas Tuegel2015-08-29
|\ | | | | qt5: embed path to mesa (libGL) in Qt mkspecs file
| * qt5: embed path to mesa (libGL) in Qt mkspecs fileBjørn Forsman2015-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this problem, when building apps in QtCreator: ...(compile output window) g++ -Wl,-rpath,/nix/store/1w7h7p6s2srfw2ady90k7072991lrnpp-qtbase-5.4.2/lib \ -o qt-test3 main.o mainwindow.o moc_mainwindow.o \ -L/nix/store/1w7h7p6s2srfw2ady90k7072991lrnpp-qtbase-5.4.2/lib \ -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread /nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status mesa is already in the closure of Qt, so there is no size increase. The patch is copied into both qt-5.3 and qt-5.4 directories, like other patches are. Note that programs still can _run_ against a different libGL (e.g. one provided by nvidia) by configuring the dynamic linker. For instance, NixOS sets the LD_LIBRARY_PATH environment variable to /run/opengl-driver/lib/, meaning that whatever libGL is found there will be used instead of the default (mesa).
* | Merge pull request #9343 from akaWolf/qtcreatorThomas Tuegel2015-08-29
|\ \ | | | | | | qtcreator: refactor for using qt54; qt4SDK, qt5SDK: commented
| * | qtcreator: refactor for using qt54Artjom Vejsel2015-08-24
| | |
| * | qt4SDK/qt5SDK: delete (see #9342)Artjom Vejsel2015-08-24
| | |
* | | expect: fix Darwin linkageDaniel Fox Franke2015-08-30
| | | | | | | | | | | | | | | | | | | | | | | | expect's build system doesn't seem to provide the proper linker flags for the expect programs to be able to find libexpect on Darwin. (Stuff like this should really just use libtool. *sigh*). Setting DYLD_LIBRARY_PATH is an inelegant hack, but it gets the job done without risking affecting other platforms.
* | | qt5Full: build from Qt 5.4 with qtEnvThomas Tuegel2015-08-29
| | |
* | | Add qtEnvThomas Tuegel2015-08-29
| | |
* | | xurls: 0.6.0 -> 0.7.0koral2015-08-29
| | |
* | | urweb: 20150520 -> 20150819ro62015-08-29
| | |
* | | consul: revert to stable 0.5.2 rather than a snapshotBenjamin Staffin2015-08-29
| | | | | | | | | | | | | | | Follup to #9515: It appears that Prometheus doesn't actually require an unreleased version of Consul.
* | | pythonPackages.gevent: works just fine on DarwinDaniel Fox Franke2015-08-29
| | | | | | | | | | | | | | | | | | Closes #8569, #7275, and #5782. Obviates #8730. As asserted by @lethalman and observed by @aflatter and @ecyrb, this package is currently building just fine on Darwin.
* | | goPackages: Fix toolsWilliam A. Kennington III2015-08-29
| |/ |/|
* | Fix evalBjørn Forsman2015-08-29
| | | | | | | | Fallout from 83cf8b0cf (goPackages: Split into multiple derivations).
* | pythonPackages.pycdio: applied patch since driver_id can be also long typeRok Garbas2015-08-29
| |
* | goPackages: Split into multiple derivationsWilliam A. Kennington III2015-08-29
| | | | | | | | | | This should reduce the closure size for end users who only need go binaries as well as reduce the size of closures hydra builders consume.
* | pythonPackages.gcutil: fix pinning of google_apputils versionRok Garbas2015-08-29
| | | | | | | | also added some more metadata to the package
* | pythonPackages.qscintilla: dont build on py3 and pypyRok Garbas2015-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because qscintilla is not a standard python package ``buildPythonPackage`` is not used and ``disabled`` does do anything. diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 93d40c3..925ceb0 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -11823,35 +11823,36 @@ let }; }; - qscintilla = pkgs.stdenv.mkDerivation rec { - # TODO: Qt5 support - name = "qscintilla-${version}"; - version = pkgs.qscintilla.version; - disabled = isPy3k || isPyPy; - - src = pkgs.qscintilla.src; - - buildInputs = with pkgs; [ xorg.lndir qt4 pyqt4 python ]; - - preConfigure = '' - mkdir -p $out - lndir ${pkgs.pyqt4} $out - cd Python - ${python.executable} ./configure-old.py \ - --destdir $out/lib/${python.libPrefix}/site-packages/PyQt4 \ - --apidir $out/api/${python.libPrefix} \ - -n ${pkgs.qscintilla}/include \ - -o ${pkgs.qscintilla}/lib \ - --sipdir $out/share/sip - ''; + qscintilla = if isPy3k || isPyPy + then throw "qscintilla-${pkgs.qscintilla.version} not supported for interpreter ${python.executable}" + else pkgs.stdenv.mkDerivation rec { + # TODO: Qt5 support + name = "qscintilla-${version}"; + version = pkgs.qscintilla.version; + + src = pkgs.qscintilla.src; + + buildInputs = with pkgs; [ xorg.lndir qt4 pyqt4 python ]; + + preConfigure = '' + mkdir -p $out + lndir ${pkgs.pyqt4} $out + cd Python + ${python.executable} ./configure-old.py \ + --destdir $out/lib/${python.libPrefix}/site-packages/PyQt4 \ + --apidir $out/api/${python.libPrefix} \ + -n ${pkgs.qscintilla}/include \ + -o ${pkgs.qscintilla}/lib \ + --sipdir $out/share/sip + ''; - meta = with stdenv.lib; { - description = "A Python binding to QScintilla, Qt based text editing control"; - license = licenses.lgpl21Plus; - maintainers = [ "abcz2.uprola@gmail.com" ]; - platforms = platforms.linux; + meta = with stdenv.lib; { + description = "A Python binding to QScintilla, Qt based text editing control"; + license = licenses.lgpl21Plus; + maintainers = [ "abcz2.uprola@gmail.com" ]; + platforms = platforms.linux; + }; }; - }; qserve = buildPythonPackage rec {
* | vimPlugins: adding css_color_5056, ctrlp-py-matcher, ctrlp-z, goyo, ↵Rok Garbas2015-08-29
| | | | | | | | vim-signify, vim-webdevicons
* | vimPlugins: updated (and sorted alphabetically)Rok Garbas2015-08-29
| |
* | goPackages: Use parallel instead of forking in bashWilliam A. Kennington III2015-08-29
| |
* | Merge pull request #9526 from dfoxfranke/cvs-fast-exportPeter Simons2015-08-29
|\ \ | | | | | | cvs-fast-export: don't link against librt
| * | cvs-fast-export: don't link against librtDaniel Fox Franke2015-08-29
| | | | | | | | | | | | It's superfluous on Linux, and it breaks the build on Darwin.
* | | haskell-MFlow: fix buildPeter Simons2015-08-29
| | |
* | | parallel: Fix some needed dependenciesWilliam A. Kennington III2015-08-29
| | |
* | | Merge pull request #9528 from offlinehacker/nixos/openvswitch/startup_fixJaka Hudoklin2015-08-29
|\ \ \ | | | | | | | | openvswitch service: fix ipsec startup order