-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: b8ed8242848e
head repository: NixOS/nixpkgs
compare: 7afffac42b5c
Commits on Feb 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7f91e5f - Browse repository at this point
Copy the full SHA 7f91e5fView commit details
Commits on Mar 17, 2019
-
Building with this option allows Lynx to optionally use the default colors of the terminal, when compiled with ncurses or slang. It does not (as far as I know) change any default behavior. Since we build with ncurses, I don't think there's any reason not to have this.
Configuration menu - View commit details
-
Copy full SHA for 3912502 - Browse repository at this point
Copy the full SHA 3912502View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30dd92f - Browse repository at this point
Copy the full SHA 30dd92fView commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d48e8f6 - Browse repository at this point
Copy the full SHA d48e8f6View commit details
Commits on Mar 23, 2019
-
conan: fix pluginbase version requirement
Pedro Pombeiro committedMar 23, 2019 Configuration menu - View commit details
-
Copy full SHA for ca2e283 - Browse repository at this point
Copy the full SHA ca2e283View commit details
Commits on Apr 5, 2019
-
nixos/printing: fix CUPS
SetEnv
directive placementWith CUPS v2.3b5, the configuration directive `SetEnv` moved from `cupsd.conf` to `cups-files.conf`. See also apple/cups@d47f6ae . We have to follow up as `SetEnv` is now ignored in `cupsd.conf`. Without this, executables called by cups can't find other executables they depend on, like `gs` or `perl`.
Configuration menu - View commit details
-
Copy full SHA for 631c71d - Browse repository at this point
Copy the full SHA 631c71dView commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7f5750 - Browse repository at this point
Copy the full SHA e7f5750View commit details
Commits on Apr 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e5b583b - Browse repository at this point
Copy the full SHA e5b583bView commit details
Commits on Apr 22, 2019
-
nixos-container: allow setting custom local and host address
I have a nixops network where I deploy containers using the `container` backend which uses `nixos-container` intenrally to deploy several containers to a certain host. During that time I removed and added new containers and while trying to deploy those to a different host I realized that it isn't guaranteed that each container gets the same IP address which is a problem as some parts of the deployment need to know which container is using which IP (i.e. to configure port forwarding on the host). With this change you can specify the container's IP like this (and don't have to use the arbitrarily used 10.233.0.0/16 subnet): ``` $ nixos-container create test --config-file test-container.nix \ --local-address 10.235.1.2 --host-address 10.235.1.1 ```
Configuration menu - View commit details
-
Copy full SHA for c957341 - Browse repository at this point
Copy the full SHA c957341View commit details
Commits on Apr 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e71d172 - Browse repository at this point
Copy the full SHA e71d172View commit details
Commits on Apr 29, 2019
-
mosh: upstream patch to fix w/newer clang/libcxx (c++17)
Remove special-casing no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 208fbe2 - Browse repository at this point
Copy the full SHA 208fbe2View commit details
Commits on Apr 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a52e317 - Browse repository at this point
Copy the full SHA a52e317View commit details -
This was never listed in doubles.nix! Not sure why?
Configuration menu - View commit details
-
Copy full SHA for e500bb8 - Browse repository at this point
Copy the full SHA e500bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for accfd7c - Browse repository at this point
Copy the full SHA accfd7cView commit details
Commits on May 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4588661 - Browse repository at this point
Copy the full SHA 4588661View commit details
Commits on May 7, 2019
-
nixos/plasma5: Remove phonon-backend-gstreamer pinned to Qt 5.6
Adds closure size for seemingly no reason
Configuration menu - View commit details
-
Copy full SHA for d5887ec - Browse repository at this point
Copy the full SHA d5887ecView commit details
Commits on May 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1671eed - Browse repository at this point
Copy the full SHA 1671eedView commit details -
androidenv: add more context to os not found error
We don’t have android sdk available for aarch64, so this error happens a lot. Adding some context on what is going on makes this clearer.
Configuration menu - View commit details
-
Copy full SHA for 4acc434 - Browse repository at this point
Copy the full SHA 4acc434View commit details -
mesa: use platforms instead of throw
mesaPlatforms can be used in the platforms attr.
Configuration menu - View commit details
-
Copy full SHA for 9225890 - Browse repository at this point
Copy the full SHA 9225890View commit details -
mesa: don’t use valgrind-light on aarch32
valgrind-light doesn’t appear to work correctly on aarch32. It’s also not a required dependency on mesa, so in the future we may be able to disable it for other platforms
Configuration menu - View commit details
-
Copy full SHA for 476c580 - Browse repository at this point
Copy the full SHA 476c580View commit details -
busybox: only use stdenv.cc.libc.static when it exists
causes on evaluation error on macOS otherwise
Configuration menu - View commit details
-
Copy full SHA for dbd1a44 - Browse repository at this point
Copy the full SHA dbd1a44View commit details
Commits on May 11, 2019
-
hydra: 2019-03-18 -> 2019-05-06
As Hydra doesn't have a release model, we have to pin git revs for our package. The current state provides some new fixes and features like a status plugin for GitLab. As Nix 2.0 isn't bundled in `master` and `release-19.03` and we don't support Nix 1.11 for Hydra, I figured that the Nix version checks could be dropped and boost can always be used as build input.
Configuration menu - View commit details
-
Copy full SHA for 703a211 - Browse repository at this point
Copy the full SHA 703a211View commit details
Commits on May 13, 2019
-
nixos/desktop-managers: let them work when 'services.xserver.enable =…
… false' they can be used by remote desktop software, without X11 running locally
volth committedMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for ac6875d - Browse repository at this point
Copy the full SHA ac6875dView commit details -
nixos/desktop-managers: let them work when services.xserver.enable=false
volth authoredMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for b51aae1 - Browse repository at this point
Copy the full SHA b51aae1View commit details
Commits on May 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9c10ac1 - Browse repository at this point
Copy the full SHA 9c10ac1View commit details
Commits on May 16, 2019
-
audit: Fix build with pkgsMusl.
The previous patches no longer applied to the current code. Also declare necessary autoconf, automake, libtool dependencies. Without them, the musl build gets: /build/audit-2.8.5/missing: line 81: aclocal-1.16: command not found configure.ac:16: warning: macro 'AM_PROG_LIBTOOL' not found in library sh: autom4te: not found
Configuration menu - View commit details
-
Copy full SHA for bb04ef5 - Browse repository at this point
Copy the full SHA bb04ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b01e5a4 - Browse repository at this point
Copy the full SHA b01e5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032d0ba - Browse repository at this point
Copy the full SHA 032d0baView commit details
Commits on May 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0af744 - Browse repository at this point
Copy the full SHA c0af744View commit details
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5251cbb - Browse repository at this point
Copy the full SHA 5251cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 872100c - Browse repository at this point
Copy the full SHA 872100cView commit details
Commits on May 19, 2019
-
10
Configuration menu - View commit details
-
Copy full SHA for 1db3a91 - Browse repository at this point
Copy the full SHA 1db3a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6e362 - Browse repository at this point
Copy the full SHA 3a6e362View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d2d2f - Browse repository at this point
Copy the full SHA c9d2d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c404c - Browse repository at this point
Copy the full SHA 19c404cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82135b6 - Browse repository at this point
Copy the full SHA 82135b6View commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bec3cfa - Browse repository at this point
Copy the full SHA bec3cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c125a - Browse repository at this point
Copy the full SHA d0c125aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1191069 - Browse repository at this point
Copy the full SHA 1191069View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba96e40 - Browse repository at this point
Copy the full SHA ba96e40View commit details
Commits on May 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2a93096 - Browse repository at this point
Copy the full SHA 2a93096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4125801 - Browse repository at this point
Copy the full SHA 4125801View commit details -
Configuration menu - View commit details
-
Copy full SHA for d33072d - Browse repository at this point
Copy the full SHA d33072dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ea7c7 - Browse repository at this point
Copy the full SHA 08ea7c7View commit details
Commits on May 22, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for 1aba791 - Browse repository at this point
Copy the full SHA 1aba791View commit details -
Configuration menu - View commit details
-
Copy full SHA for f397dda - Browse repository at this point
Copy the full SHA f397ddaView commit details
Commits on May 23, 2019
-
Versions 210-215 crashed during tests, but this one looks good! Enjoy!
Configuration menu - View commit details
-
Copy full SHA for f9dfeab - Browse repository at this point
Copy the full SHA f9dfeabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c834d2 - Browse repository at this point
Copy the full SHA 6c834d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac3747 - Browse repository at this point
Copy the full SHA 3ac3747View commit details
Commits on May 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fc49f75 - Browse repository at this point
Copy the full SHA fc49f75View commit details
There are no files selected for viewing
This file was deleted.