about summary refs log tree commit diff
path: root/pkgs/top-level/release-python.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-08Avoid `with lib;` at the top level in pkgs/top-level/release-python.nixPhilip Taron1-4/+9
2023-12-15treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobsAdam Joseph1-1/+1
2023-12-12release-python.nix: remove dreamed-up config optionMartin Weinelt1-1/+0
For some reason I had the impression this option existed, but it doesn't. Sadly `nixpkgs.config` is a freeform type attrset, that wouldn't even bark at me, so I didn't notice this will testing.
2023-12-12release-python.nix: allow evaluation with openssl_1_1Martin Weinelt1-1/+11
Home Assistant is a big part of nixpkgs python ecosystem and how I started participating in python maintenance. Recently it started including `openssl_1_1` in its transitive dependency closure, which resulted in its exclusion from python-updates. This is detrimental to the health of the `home-assistant` ecosystem, since it would not be built and tested anymore. Permitting `openssl_1_1` for python-updates, as was done for `release.nix`, will allow me to get in contact with the upstream, to hopefully arrive at a favorable outcome.
2023-09-27release-python.nix: add nixos-render-docs to tested setMartin Weinelt1-1/+2
2023-09-27release-python.nix: Update tested set to python311Martin Weinelt1-5/+5
2023-02-14treewide: use lib.optionalsFelix Buehler1-1/+1
2022-03-02release-python.nix: add buildcatrust to tested setMartin Weinelt1-5/+6
This is the tool that manages our certificate store.
2022-02-11release-python.nix: add test job setsJonathan Ringer1-1/+19
2021-10-11release-python.nix: add aarch64-linuxMartin Weinelt1-1/+4
Reduce the number of surprises when we go from staging to staging-next with python-unstable.
2020-09-11release*: Support nixpkgsArgs for all release-*.nix filesSilvan Mosberger1-1/+3
This is a bit dirty because there's no easy way to propagate these function arguments while still allowing --arg from the command line
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-3/+1
2017-04-17top-level: Less indirection for lib in release*.nixJohn Ericson1-2/+2
2016-06-22Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson1-1/+1
2016-03-13Replace references to all-packages.nix, by references to the top-level of ↵Nicolas B. Pierron1-1/+1
nixpkgs repository.
2015-11-21release-python.nix: automatically detect buildPythonPackageDomen Kožar1-7/+13
2015-11-21release-python.nix: drop darwin and i686-linux, add py35Domen Kožar1-2/+3
2015-11-21rewrite release-python.nix to reflect realityDomen Kožar1-59/+8
2015-01-31Adds a new package: cherrytree - A hierarchical note taking applicationAndrey Arapov1-0/+1
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
2014-06-20release-python: heavily reduce list of built packagesFlorian Friesdorf1-1912/+1
2014-06-02Supplementary derivation for s3cmd, building from git HEAD.vi1-0/+1
2014-05-20network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet doesJaka Hudoklin1-1/+0
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.
2014-03-30get rid of old webkit and webkit_gtk2 packages宋文武1-1/+0
2014-01-20Merge master into stdenv-updatesVladimír Čunát1-1/+0
Conflicts: pkgs/applications/version-management/gource/default.nix pkgs/top-level/all-packages.nix
2014-01-20Add full llvm build, update libc++ and dragoneggShea Levy1-1/+0
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>
2014-01-18Merge master into stdenv-updatesVladimír Čunát1-8/+0
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
2014-01-13Merge branch 'java'Eelco Dolstra1-8/+0
2014-01-12Merge master into stdenv-updatesVladimír Čunát1-4/+0
Conflicts: pkgs/development/lisp-modules/stumpwm/default.nix (auto-solved) pkgs/top-level/all-packages.nix (trivial)
2014-01-07vala: update to 0.23.1, remove old versionsSong Wenwu1-2/+0
set license to lgpl2Plus add myself to maintainers and some cleanup
2014-01-06Fix some references to apacheAntOpenJDKEelco Dolstra1-2/+0
2014-01-06icedtea: RemoveEelco Dolstra1-3/+0
It has apparently never worked. Also drop xerces and xalan, which were only used by icedtea.
2014-01-06clooj: Update to 0.4.4Eelco Dolstra1-1/+0
Also, merge the wrapper into the main package.
2014-01-04Update and fix kernel packages to new kernel buildShea Levy1-2/+0
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>
2014-01-03clojure: Update to 1.5.1Eelco Dolstra1-1/+0
Also, merge the wrapper into the main package, and get rid of the binary variant.
2014-01-03kaffe: RemoveEelco Dolstra1-1/+0
It no longer builds and doesn't seem very maintained.
2013-12-29Merge master into stdenv-updatesVladimír Čunát1-1/+0
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
2013-12-23ffmpeg: order and cleanup versionsMathijs Kwik1-1/+0
2013-11-04Remove broken and obsolete versions of gcj and ghdlEelco Dolstra1-1/+0
2013-10-30release: remove gcjXX references to fix tarballVladimír Čunát1-2/+0
2013-09-18mountall: RemoveEelco Dolstra1-1/+0
It's no longer used since we switched to systemd.
2013-08-22Remove jing_tools expression (now contained in jing expression itself)Bjørn Forsman1-1/+0
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.
2013-07-30webkitSVN: RemoveEelco Dolstra1-1/+0
It hasn't been updated in a long time.
2013-07-27update release-python.nix from python branchFlorian Friesdorf1-13/+18
2013-07-18Remove the old KQEMU accelerator moduleBjørn Forsman1-1/+0
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
2013-07-04Update references to 'rLang' to the new name 'R'.Peter Simons1-1/+1
2013-05-29ReRevert Merge x-updates into masterVladimír Čunát1-3/+0
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
2013-05-15mercurial: Update to 2.6.1Eelco Dolstra1-2/+0
Also, set a default for web.cacerts so that the system certificates on NixOS are used.
2013-05-09Revert Merge x-updates into master due to mesa bloatVladimír Čunát1-0/+3
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)
2013-05-08Merge branch 'master' into x-updatesVladimír Čunát1-5/+0
Conflicts (just splitting version from name): pkgs/os-specific/linux/systemd/default.nix
2013-05-02vdrift: Remove from the channelEelco Dolstra1-1/+0
It's 564 MiB compressed.