summary refs log tree commit diff
path: root/pkgs/top-level/release-python.nix
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* top-level: Less indirection for lib in release*.nixJohn Ericson2017-04-17
|
* Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson2016-06-22
|
* Replace references to all-packages.nix, by references to the top-level of ↵Nicolas B. Pierron2016-03-13
| | | | nixpkgs repository.
* release-python.nix: automatically detect buildPythonPackageDomen Kožar2015-11-21
|
* release-python.nix: drop darwin and i686-linux, add py35Domen Kožar2015-11-21
|
* rewrite release-python.nix to reflect realityDomen Kožar2015-11-21
|
* Adds a new package: cherrytree - A hierarchical note taking applicationAndrey Arapov2015-01-31
| | | | | | | | | cherrytree - A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. This commit also adds PyGtkSourceView - a Python wrapper for the GtkSourceView widget library. Official page http://www.giuspen.com/cherrytree
* release-python: heavily reduce list of built packagesFlorian Friesdorf2014-06-20
|
* Supplementary derivation for s3cmd, building from git HEAD.vi2014-06-02
|
* network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet doesJaka Hudoklin2014-05-20
| | | | | | | | | I think this makes sense, because now all the plugins will be gnome3 gtk3 based, the same way nm-applet is. I also removed networkmanager_pptp_gnome variation of networkmanager_pptp package, because i think no variation is needed and gnome support should be on by default like in other packages.
* get rid of old webkit and webkit_gtk2 packages宋文武2014-03-30
|
* Merge master into stdenv-updatesVladimír Čunát2014-01-20
|\ | | | | | | | | | | Conflicts: pkgs/applications/version-management/gource/default.nix pkgs/top-level/all-packages.nix
| * Add full llvm build, update libc++ and dragoneggShea Levy2014-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some packages in the llvm suite (e.g. compiler-rt) cannot be built separate from the build of llvm, and while some others (e.g. clang) can the combined build is much better tested (we've had to work around annoying issues before). So this puts llvm, clang, clang-tools-extra, compiler-rt, lld, lldb, and polly all into one big build (llvmFull). This build includes a static llvm, as dynamic is similarly less tested and has known failures. This also updates libc++ and dragonegg. libc++ now builds against libc++abi as a separate package rather than building it during the libc++ build. The clang purity patch is gone. Instead, we simply set --sysroot to /var/empty for pure builds, as all impure paths are either looked up in the gcc prefix (which we hard-code at compile time) or in the sysroot. This also means that if NIX_ENFORCE_PURITY is 0 then clang will look in the normal Linux paths by default, which is the proper behavior IMO. polly required an updated isl. When stdenv-updates is merged, perhaps we can update the isl used by gcc and avoid having two versions. Since llvm on its own is now separate from the llvm used by clang, I've removed myself as maintainer from llvm and will leave maintenance of that to those who are interested in llvm separate from clang. Signed-off-by: Shea Levy <shea@shealevy.com>
* | Merge master into stdenv-updatesVladimír Čunát2014-01-18
|\| | | | | | | | | | | | | | | | | | | Conflicts (simple): pkgs/development/compilers/gcc/4.8/default.nix pkgs/development/compilers/llvm/default.nix pkgs/development/libraries/gmp/5.1.1.nix pkgs/development/libraries/gmp/5.1.3.nix pkgs/development/libraries/gmp/5.1.x.nix pkgs/top-level/all-packages.nix
| * Merge branch 'java'Eelco Dolstra2014-01-13
| |\
| | * Fix some references to apacheAntOpenJDKEelco Dolstra2014-01-06
| | |
| | * icedtea: RemoveEelco Dolstra2014-01-06
| | | | | | | | | | | | | | | It has apparently never worked. Also drop xerces and xalan, which were only used by icedtea.
| | * clooj: Update to 0.4.4Eelco Dolstra2014-01-06
| | | | | | | | | | | | Also, merge the wrapper into the main package.
| | * clojure: Update to 1.5.1Eelco Dolstra2014-01-03
| | | | | | | | | | | | | | | Also, merge the wrapper into the main package, and get rid of the binary variant.
| | * kaffe: RemoveEelco Dolstra2014-01-03
| | | | | | | | | | | | It no longer builds and doesn't seem very maintained.
* | | Merge master into stdenv-updatesVladimír Čunát2014-01-12
|\| | | | | | | | | | | | | | | | | Conflicts: pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved) pkgs/top-level/all-packages.nix (trivial)
| * | vala: update to 0.23.1, remove old versionsSong Wenwu2014-01-07
| | | | | | | | | | | | | | | | | | set license to lgpl2Plus add myself to maintainers and some cleanup
| * | Update and fix kernel packages to new kernel buildShea Levy2014-01-04
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In most cases, this just meant changing kernelDev (now removed from linuxPackagesFor) to kernel.dev. Some packages needed more work (though whether that was because of my changes or because they were already broken, I'm not sure). Specifics: * psmouse-alps builds on 3.4 but not 3.10, as noted in the comments that were already there * blcr builds on 3.4 but not 3.10, as noted in comments that were already there * open-iscsi, ati-drivers, wis-go7007, and openafsClient don't build on 3.4 or 3.10 on this branch or on master, so they're marked broken * A version-specific kernelHeaders package was added The following packages were removed: * atheros/madwifi is superceded by official ath*k modules * aufs is no longer used by any of our kernels * broadcom-sta v6 (which was already packaged) replaces broadcom-sta * exmap has not been updated since 2011 and doesn't build * iscis-target has not been updated since 2010 and doesn't build * iwlwifi is part of mainline now and doesn't build * nivida-x11-legacy-96 hasn't been updated since 2008 and doesn't build Everything not specifically mentioned above builds successfully on 3.10. I haven't yet tested on 3.4, but will before opening a pull request. Signed-off-by: Shea Levy <shea@shealevy.com>
* | Merge master into stdenv-updatesVladimír Čunát2013-12-29
|\| | | | | | | | | | | | | | | | | | | Conflicts (easy): pkgs/development/compilers/llvm/default.nix pkgs/development/compilers/openjdk/default.nix pkgs/development/libraries/icu/default.nix pkgs/development/libraries/libssh/default.nix pkgs/development/libraries/libxslt/default.nix pkgs/development/tools/parsing/bison/3.x.nix
| * ffmpeg: order and cleanup versionsMathijs Kwik2013-12-23
| |
| * Remove broken and obsolete versions of gcj and ghdlEelco Dolstra2013-11-04
| |
* | release: remove gcjXX references to fix tarballVladimír Čunát2013-10-30
|/
* mountall: RemoveEelco Dolstra2013-09-18
| | | | It's no longer used since we switched to systemd.
* Remove jing_tools expression (now contained in jing expression itself)Bjørn Forsman2013-08-22
| | | | | | | | | The jing expression now creates its own "jing" wrapper script, so there is no need for jing_tools anymore. jing hasn't been updated in years, so I assume (or hope) that not many (if any) have jing_tools in their configuration.nix. If you do, just change it to jing and it should behave the same.
* webkitSVN: RemoveEelco Dolstra2013-07-30
| | | | It hasn't been updated in a long time.
* update release-python.nix from python branchFlorian Friesdorf2013-07-27
|
* Remove the old KQEMU accelerator moduleBjørn Forsman2013-07-18
| | | | | | | | KQEMU was a linux kernel module for accelerating the QEMU virtual machine on x86 hardware. Since QEMU 0.11 (and up), there is no support for KQEMU any more, the focus is now on KVM. http://wiki.qemu.org/KQemu/Doc
* Update references to 'rLang' to the new name 'R'.Peter Simons2013-07-04
|
* ReRevert Merge x-updates into masterVladimír Čunát2013-05-29
| | | | | | | | | This reverts commit ec3965d8d0b5594a9db11e6c9cd1c28d36e91cde. Conflicts (taken x-updates): pkgs/development/libraries/libgcrypt/default.nix pkgs/development/libraries/libgpg-error/default.nix pkgs/development/libraries/poppler/default.nix
* mercurial: Update to 2.6.1Eelco Dolstra2013-05-15
| | | | | Also, set a default for web.cacerts so that the system certificates on NixOS are used.
* Revert Merge x-updates into master due to mesa bloatVladimír Čunát2013-05-09
| | | | | | | | | | | See #490 discussion. This reverts commit 1278859d3167b9f84bfab680d9c8c463adf64a60, reversing changes made to 0c020c98f9d4f49d5c9907db5f4b35aac7df959b. Conflicts: pkgs/desktops/xfce/core/xfce4-session.nix (take master) pkgs/lib/misc.nix (auto)
* Merge branch 'master' into x-updatesVladimír Čunát2013-05-08
|\ | | | | | | | | Conflicts (just splitting version from name): pkgs/os-specific/linux/systemd/default.nix
| * vdrift: Remove from the channelEelco Dolstra2013-05-02
| | | | | | | | It's 564 MiB compressed.
| * alienarena: Remove from the channelEelco Dolstra2013-05-02
| | | | | | | | 387 MiB compressed, 898 uncompressed.
| * xonotic: Remove from the channelEelco Dolstra2013-05-02
| | | | | | | | It's 878 MiB compressed.
| * ufoai: Remove from the channelEelco Dolstra2013-05-02
| | | | | | | | It's 898 MiB compressed.
* | remove old references to xorgserver_1_13_0Vladimír Čunát2013-04-24
| |
* | Merge branch 'master' into x-updatesVladimír Čunát2013-04-24
|\| | | | | | | | | Conflicts (just taken x-updates): pkgs/servers/x11/xorg/overrides.nix
| * xfce: ./support/ not needed anymoreVladimír Čunát2013-04-04
| |
* | Merge branch 'master' into x-updatesVladimír Čunát2013-03-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts (taken master versions): pkgs/desktops/xfce-4.8/core/libxfcegui4.nix pkgs/desktops/xfce/applications/gigolo.nix pkgs/desktops/xfce/applications/mousepad.nix pkgs/desktops/xfce/applications/ristretto.nix pkgs/desktops/xfce/applications/terminal.nix pkgs/desktops/xfce/applications/xfce4-mixer.nix pkgs/desktops/xfce/applications/xfce4-notifyd.nix pkgs/desktops/xfce/applications/xfce4-taskmanager.nix pkgs/desktops/xfce/art/xfce4-icon-theme.nix pkgs/desktops/xfce/core/exo.nix pkgs/desktops/xfce/core/garcon.nix pkgs/desktops/xfce/core/gtk-xfce-engine.nix pkgs/desktops/xfce/core/libxfce4ui.nix pkgs/desktops/xfce/core/libxfce4util.nix pkgs/desktops/xfce/core/libxfcegui4.nix pkgs/desktops/xfce/core/thunar-volman.nix pkgs/desktops/xfce/core/thunar.nix pkgs/desktops/xfce/core/tumbler.nix pkgs/desktops/xfce/core/xfce4-appfinder.nix pkgs/desktops/xfce/core/xfce4-panel.nix pkgs/desktops/xfce/core/xfce4-power-manager.nix pkgs/desktops/xfce/core/xfce4-session.nix pkgs/desktops/xfce/core/xfce4-settings.nix pkgs/desktops/xfce/core/xfconf.nix pkgs/desktops/xfce/core/xfdesktop.nix pkgs/desktops/xfce/core/xfwm4.nix pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin.nix pkgs/development/libraries/webkit/default.nix pkgs/top-level/all-packages.nix
| * Remove some references to non-existent packagesShea Levy2013-03-08
| |
| * Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-03-07
| |\
| | * ffmpeg: remove unused 1.0 versionMathijs Kwik2013-03-04
| | |
* | | gnome3.libgweather: updateVladimír Čunát2013-02-21
| | |