aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | iosevka: Declare version in mkDerivationRiley Inman2019-09-221-2/+2
| | | | | | | | | |
| | | * | | | | | | iosevka: Add self as maintainerRiley Inman2019-09-222-1/+13
| | | | | | | | | |
| | | * | | | | | | iosevka: Append extraParameters instead of overwritingRiley Inman2019-09-221-1/+2
| | | | | | | | | |
| | | * | | | | | | iosevka: Simplify custom build processRiley Inman2019-09-214-1093/+561
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although hopefully this can eventually be added to nodePackages, it uses some devDependencies to build custom fonts. Node2nix doesn't currently support enabling devDependencies for a single package. - Got rid of redundant let-in statements. - node-packages.json now only pulls in Iosevka. - generate.sh * Uses a nix-shell shebang to ensure it builds using the current version of node2nix (the old version caused some issues due to the 19.03 release version being 1.6.0 instead of 1.7.0). * Builds in development mode to fix the devDependencies issue. - Use the tree of the built node package as sourceRoot instead of installing node dependencies manually. This means the source will have to be updated in both node-packages.json and default.nix, but to make things easier the derivation inherits the version number. - Disparate build options now all live under privateBuildPlan, which is converted first with builtins.toJSON and then to TOML using remarshal (Unfortunately there is not currently a builtins.toTOML). - Extra parameters can also be provided that will be converted to JSON then TOML. This will overwrite the default parameters.toml file.
| | * | | | | | | | Merge pull request #68700 from jonringer/fix-pycurl2Robin Gloster2019-09-241-7/+7
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | pythonPackage.pycurl2: fix build
| | | * | | | | | | | pythonPackage.pycurl2: fix buildJonathan Ringer2019-09-131-7/+7
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #68688 from danme/gnukRobin Gloster2019-09-241-3/+3
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | gnuk: 1.0.4 -> 1.2.14
| | | * | | | | | | | | gnuk: 1.0.4 -> 1.2.14danme2019-09-131-3/+3
| | | | | | | | | | | |
| | * | | | | | | | | | Merge pull request #69005 from disassembler/ply-rsyncRobin Gloster2019-09-241-2/+2
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | linuxPackages.ply: add rsync to native build inputs
| | | * | | | | | | | | | linuxPackages.ply: add rsync to native build inputsSamuel Leathers2019-09-171-2/+2
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge pull request #68687 from JohnAZoidberg/astropy-errorsRobin Gloster2019-09-241-0/+3
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.astropy: Disable tests
| | | * | | | | | | | | | | pythonPackages.astropy: Disable testsDaniel Schaefer2019-09-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A ton of tests fail and it's not obvious to me how to fix them. Adding bleach to checkInputs fixes a tiny number of them, though.
| | * | | | | | | | | | | | dbeaver: 6.1.5 -> 6.2.1 (#69354)Jörg Thalheim2019-09-241-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dbeaver: 6.1.5 -> 6.2.1
| | | * | | | | | | | | | | | dbeaver: 6.1.5 -> 6.2.1Johannes Schleifenbaum2019-09-241-2/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge pull request #69312 from elohmeier/goaccessJörg Thalheim2019-09-241-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | goaccess: fix geoip database configuration
| | | * | | | | | | | | | | | | goaccess: fix geoip database configurationEnno Lohmeier2019-09-231-3/+3
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | xtreemfs: mark as brokenRobin Gloster2019-09-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | does not support openssl 1.1
| | * | | | | | | | | | | | | | vtk: build with system libtiffRobin Gloster2019-09-241-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes vtktiff, therefore at least gdcm
| | * | | | | | | | | | | | | | Merge pull request #69309 from matthewbauer/androidx86Matthew Bauer2019-09-242-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | androidndk: get correct libs for x86_64
| | | * | | | | | | | | | | | | | gmp: don’t disable assembly on x86Matthew Bauer2019-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this should always work, even on android / iOS toolchains
| | | * | | | | | | | | | | | | | androidndk: get correct libs for x86_64Matthew Bauer2019-09-231-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge pull request #69349 from uri-canva/riderJörg Thalheim2019-09-241-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jetbrains.rider: fix on darwin
| | | * | | | | | | | | | | | | | | jetbrains.rider: fix on darwinUri Baghin2019-09-241-2/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | vivaldi: 2.8.1664.35-1 -> 2.8.1664.38-1Tim Steinbach2019-09-241-2/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | manticore: 2018.09.29 -> 2019.09.20 (#69350)Jörg Thalheim2019-09-241-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | manticore: 2018.09.29 -> 2019.09.20
| | | * | | | | | | | | | | | | | | manticore: 2018.09.29 -> 2019.09.20Nathan van Doorn2019-09-241-3/+3
| | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Merge pull request #69346 from rvolosatovs/fix/systemd-dhcpRobin Gloster2019-09-241-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/network: replace deprecated DHCP=both by DHCP=yes
| | | * | | | | | | | | | | | | | | nixos/network: replace deprecated DHCP=both by DHCP=yesRoman Volosatovs2019-09-241-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | graylog: 3.1.0 -> 3.1.2 (#69348)Jörg Thalheim2019-09-242-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | graylog: 3.1.0 -> 3.1.2
| | | * | | | | | | | | | | | | | | | graylog-plugin-auth-sso: 3.0.0 -> 3.1.0Tristan Helmich (omniIT)2019-09-241-2/+2
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | graylog: 3.1.0 -> 3.1.2Tristan Helmich (omniIT)2019-09-241-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | virtualbox: Temporary fix for kernel >= 5.3 (#69323)Florian Klink2019-09-242-0/+75
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | virtualbox: Temporary fix for kernel >= 5.3
| | | * | | | | | | | | | | | | | | | virtualbox: Temporary fix for kernel >= 5.3William Kral2019-09-232-0/+75
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | nixos/gitlab: Update release notes and documentation (#69313)Florian Klink2019-09-242-1/+38
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/gitlab: Update release notes and documentation
| | | * | | | | | | | | | | | | | | | | nixos/gitlab: Document the restriction introduced on statePathtalyz2019-09-232-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The state path now, since the transition from initialization in preStart to using systemd-tmpfiles, has the following restriction: no parent directory can be owned by any other user than root or the user specified in services.gitlab.user. This is a potentially breaking change and the cause of the error isn't immediately obvious, so document it both in the release notes and statePath description.
| | | * | | | | | | | | | | | | | | | | nixos/gitlab: Mention secret option transition in release notestalyz2019-09-231-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the breaking secret option transition from literal secrets to file-based ones.
| | * | | | | | | | | | | | | | | | | | knot-dns: 2.8.3 -> 2.8.4Vladimír Čunát2019-09-241-2/+2
| | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.labs.nic.cz/knot/knot-dns/raw/v2.8.4/NEWS
| | * | | | | | | | | | | | | | | | | Merge pull request #69337 from vbgl/ocamlformat-0.11.0Jörg Thalheim2019-09-241-12/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ocamlformat: 0.8 → 0.11.0
| | | * | | | | | | | | | | | | | | | ocamlformat: 0.8 → 0.11.0Vincent Laporte2019-09-241-12/+10
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | shotcut: improve VAAPI rendering auto-detection some morePeter Simons2019-09-241-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mltframework/shotcut/issues/771#issuecomment-533842055
| | * | | | | | | | | | | | | | | | | jetbrains.rider: fail evaluation in a good way on non-LinuxVladimír Čunát2019-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tarball job was broken because of this (darwin).
| | * | | | | | | | | | | | | | | | | check-openvpn: init at 0.0.1 (#69301)Peter Hoeg2019-09-242-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * check-openvpn: init at 0.0.1
| | * | | | | | | | | | | | | | | | | ocamlPackages.containers: 1.4 → 2.6.1, and related fixes (#69132)Jörg Thalheim2019-09-245-64/+34
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ocamlPackages.containers: 1.4 → 2.6.1, and related fixes
| | | * | | | | | | | | | | | | | | | | ocamlPackages.containers: 1.4 → 2.6.1Vincent Laporte2019-09-203-52/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ocamlPackages.sequence/iter: 1.1 → 1.2.1 Ensures compatibility with OCaml 4.08
| | | * | | | | | | | | | | | | | | | | ocamlPackages.printbox: disable tests for OCaml ≥ 4.08Vincent Laporte2019-09-201-5/+5
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | ocamlPackages.mdx: disable tests for OCaml ≥ 4.08Vincent Laporte2019-09-201-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don’t strip for OCaml 4.04
| | * | | | | | | | | | | | | | | | | | terra: fix evaluation on darwinVladimír Čunát2019-09-241-1/+1
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | ocamlPackages.camlp5: 7.08 → 7.10 (#69185)Jörg Thalheim2019-09-241-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ocamlPackages.camlp5: 7.08 → 7.10
| | | * | | | | | | | | | | | | | | | | | ocamlPackages.camlp5: 7.08 → 7.10Vincent Laporte2019-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge pull request #68942 from rvolosatovs/update/grpcuiJörg Thalheim2019-09-241-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpcui: 0.2.0 -> 0.2.1