about summary refs log tree commit diff
path: root/maintainers
AgeCommit message (Collapse)AuthorFilesLines
2017-10-05docs: 17.03 -> 17.09zraexy1-2/+2
2017-09-29gucharmap: 3.18.2 -> 10.0.1Albert Safin1-1/+1
- Gucharmap no longer follow the GNOME major versioning. - Gucharmap no longer includes Unicode data. Instead the data should be downloaded from unicode.org.
2017-09-24gnome3: only maintain single GNOME 3 package set (#29397)Jan Tojnar1-5/+3
* gnome3: only maintain single GNOME 3 package set GNOME 3 was split into 3.10 and 3.12 in #2694. Unfortunately, we barely have the resources to update a single version of GNOME. Maintaining multiple versions just does not make sense. Additionally, it makes viewing history using most Git tools bothersome. This commit renames `pkgs/desktops/gnome-3/3.24` to `pkgs/desktops/gnome-3`, removes the config variable for choosing packageset (`environment.gnome3.packageSet`), updates the hint in maintainer script, and removes the `gnome3_24` derivation from `all-packages.nix`. Closes: #29329 * maintainers/scripts/gnome: Use fixed GNOME 3 directory Since we now allow only a single GNOME 3 package set, specifying the working directory is not necessary. This commit sets the directory to `pkgs/desktops/gnome-3`.
2017-09-24maintainers/hydra-eval-failures: fix with new libRobin Gloster1-4/+2
lib/maintainers.nix now is a function
2017-08-28maintainers/hydra-eval-failures: catch fetching maintainersRobin Gloster1-12/+15
Fails with some i686-linux build failures
2017-08-14travis: Hide more unnecessary build spam from installing noxTuomas Tynkkynen1-2/+2
This should avoid the 28 lines of unnecessary spam about fetching stdenv and bash: ```` === Building pull request #28261 these paths will be fetched (0.51 MiB download, 2.50 MiB unpacked): /nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev /nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv /nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info /nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc fetching path ‘/nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc’... *** Downloading ‘https://cache.nixos.org/nar/013kcshsm2hzpngmrf4izq3ag8s9avrkhz5z8l8mgnxay1lxlz99.nar.xz’ to ‘/nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc’... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 357k 100 357k 0 0 3342k 0 --:--:-- --:--:-- --:--:-- 3408k fetching path ‘/nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev’... *** Downloading ‘https://cache.nixos.org/nar/1225myjpymp5bv0x5zl08dmdz786jf86fshc2dwa3zgxasrppcfi.nar.xz’ to ‘/nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev’... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 54312 100 54312 0 0 231k 0 --:--:-- --:--:-- --:--:-- 232k fetching path ‘/nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info’... *** Downloading ‘https://cache.nixos.org/nar/04dzl4jlhxhisiby9lyw2k6q2w5ns3xy1h6gfdc14qn649lshy2f.nar.xz’ to ‘/nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info’... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 107k 100 107k 0 0 1179k 0 --:--:-- --:--:-- --:--:-- 1198k fetching path ‘/nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv’... *** Downloading ‘https://cache.nixos.org/nar/013xg2cnv9wf3fkhcl3b3b6iihqnwhy65m6ijb6ynwavy584w2xi.nar.xz’ to ‘/nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv’... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8640 100 8640 0 0 143k 0 --:--:-- --:--:-- --:--:-- 148k === Reviewing PR 28261 : busybox: 1.26.2 -> 1.27.1, fix bootstrap ```` (From https://travis-ci.org/NixOS/nixpkgs/jobs/264390932)
2017-07-25Merge branch 'master' into patch-3Graham Christensen8-277/+626
2017-07-17update-python-libraries script: don't forget to break when we actually find ↵Frederik Rietdijk1-0/+1
an update
2017-07-11Merge pull request #27297 from jtojnar/fix/ghexJörg Thalheim1-1/+1
ghex: init at 3.18.3
2017-07-11ghex: init at 3.18.3Jan Tojnar1-1/+1
2017-07-03Python: fix update script in case no PyPI releases are available for a given ↵Frederik Rietdijk1-1/+2
version
2017-06-06Python: improve update scriptFrederik Rietdijk1-153/+144
- remove dead code - improve readability - skip fetchFromGitHub (#26320)
2017-05-27Python: fix update scriptFrederik Rietdijk1-27/+32
- use correct extension - do not update expressions that have an url that does not contain pypi - show warning in case request fails
2017-05-27Merge pull request #25583 from FRidh/updatescriptFrederik Rietdijk1-0/+245
Python: update script for packages
2017-05-27Python: update script for packagesFrederik Rietdijk1-0/+245
This script determines whether there is an update available for the package and if so, updates the version and sha256 attributes. This only works for packages that have their own expression, and `pname` and `sha256` attribute.
2017-05-24Merge branch 'master' into stagingVladimír Čunát1-245/+100
2017-04-14all-tarballs: fixup evaluation (and the tarball job)Vladimír Čunát1-1/+1
2017-04-11Fix tarball evaluationTuomas Tynkkynen1-1/+1
http://hydra.nixos.org/build/51460386 This seems the path of least resistance. Adding "x86_64-darwin" to supportedSystems causes other errors.
2017-03-30docs: 16.09 -> 17.03Robin Gloster1-2/+2
2017-03-19nix-diff.sh maintainer script: update usage message for new flagsShane Pearlman1-1/+1
2017-03-20Merge pull request #23414 from shanemikel/nix-helper-scriptsDaiderd Jordan1-0/+277
add a script that "diffs" nix environment generations
2017-03-19nix-diff.sh maintainer script: "diffs" Nix environment generationsShane Pearlman1-0/+277
This script was inspired by Guix. Read the source for documentation, or invoke it with `nix-diff.sh -h` for a usage summary.
2017-03-11Merge pull request #23758 from butterflya/patch-5Domen Kožar1-2/+2
hydra-eval-failures.py: Remove Python 2 specific syntax
2017-03-11Remove DockerfileDomen Kožar2-26/+0
One can generate a new layer with nix-channel --update from https://hub.docker.com/r/nixos/nix/ This file wasn't maintained.
2017-03-11Remove Python 2 specific syntaxbutterflya1-2/+2
2017-03-11Cleanup gnome.shbutterflya1-26/+26
No functional changes
2017-03-02maintainers/hydra-eval-failures: flush stdout more oftenRobin Gloster1-0/+5
2017-01-28Add a script to get failures for hydra eval /cc @globinDomen Kožar1-0/+89
2016-12-18update.nix moved to maintainers/scripts/update.nixRok Garbas1-0/+131
2016-12-15travis: also evaluate nixpkgs-unstableDomen Kožar1-0/+6
2016-09-26vanity.sh: tolerate the fact that github login adder is too longMichael Raskin1-5/+5
2016-09-18fetch-kde-qt.sh: add bash safety flagsHoang Xuan Phu1-0/+2
2016-08-25fetch-kde-qt.sh: modularize script allowing multiple versionsThomas Tuegel5-26/+14
2016-08-18kde5.applications: 16.04.3 -> 16.08.0Thomas Tuegel1-1/+1
2016-08-13travis: build stdenv alsoMatthew Justin Bauer1-1/+1
2016-08-13Merge pull request #17256 from matthewbauer/patch-4Domen Kožar1-1/+8
Travis fixes
2016-08-04kde5.plasma: 5.7.2 -> 5.7.3Thomas Tuegel1-1/+1
2016-08-02travis-nox-review-pr.sh: Fix nixpkgs manual buildTuomas Tynkkynen1-1/+1
The current command is actually building the 'manpages' package, not the nixpkgs manual.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-07-29nox: add git as build inputMatthew Justin Bauer1-1/+8
also: add nox as separate target to make build log more quiet
2016-07-29qt57: init at 5.7.0Thomas Tuegel1-1/+4
2016-07-29kde5.plasma: 5.7.1 -> 5.7.2Thomas Tuegel1-1/+1
2016-07-22nix-generate-from-cpan: clean up build inputsRobert Helgesson1-3/+8
In particular remove those build inputs that are already mentioned among the propagated build inputs. Fixes #10373.
2016-07-18travis: just use "unstable" channel for nix-shellMatthew Justin Bauer1-1/+1
2016-07-15Merge pull request #16563 from matthewbauer/travis-newRok Garbas1-54/+65
travis: split build into matrix of 3
2016-07-13generate-kde-frameworks.sh: fix helper script pathThomas Tuegel1-1/+3
- Fix a bug in the script which prevented it from finding its helper script. - Automatically redirect the output of the script to make it even easier to use.
2016-07-13kde5.applications: 16.04.2 -> 16.04.3Thomas Tuegel1-1/+3
- Update from Applications 16.04.2 to 16.04.3. - Remove the version number from the directory storing the Applications Nix expressions. It is not necessary to version the Nix expressions now that we keep only one version in Nixpkgs. - Fix a bug in generate-kde-applications.sh which prevented it from finding its helper script. - Automatically redirect the output of generate-kde-applications.sh to make the update script even easier to use.
2016-07-13kde5.plasma: 5.7.0 -> 5.7.1Thomas Tuegel1-1/+3
- Update from Plasma 5.7.0 to 5.7.1. - Remove the version number from the directory storing the Plasma Nix expressions. It is not necessary to version the Nix expressions now that we keep only one version in Nixpkgs. - Fix a bug in generate-kde-plasma.sh which prevented it from finding its helper script. - Automatically redirect the output of generate-kde-plasma.sh to make the update script even easier to use.
2016-07-12travis: run nixpkgs-lint in build scriptMatthew Bauer1-0/+6
This will run nixpkgs-lint for each travis build. We'll disable "nixpkgs-lint" for now, it was a little too verbose: https://travis-ci.org/NixOS/nixpkgs/jobs/144290920
2016-07-12travis: build manuals to verify that they workMatthew Bauer1-4/+16
fixes #15109