-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 7adbdd975886
head repository: NixOS/nixpkgs
compare: 0aa9f35a99f0
Commits on May 25, 2019
-
boohu: switching to termbox-go build
This is necessary for a better user experience. File with go dependencies (deps.nix) was added. Minor changes: name replaced by pname, quotes for url.
Free Potion committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 90ad0fd - Browse repository at this point
Copy the full SHA 90ad0fdView commit details
Commits on May 26, 2019
-
nixos/kvmgt: fix starting condition
gnidorah committedMay 26, 2019 Configuration menu - View commit details
-
Copy full SHA for eac62f6 - Browse repository at this point
Copy the full SHA eac62f6View commit details
Commits on Jun 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 93a6806 - Browse repository at this point
Copy the full SHA 93a6806View commit details
Commits on Jun 10, 2019
-
bundlerApp: Set up passthru properly
The manual documents both bundlerEnv and bundlerApp as providing `env` and `wrappedRuby` attributes on the resulting derivations. However only bundlerEnv actually had these attributes. Update bundlerApp to provide the same passthru that bundlerEnv does.
Configuration menu - View commit details
-
Copy full SHA for 39eb49c - Browse repository at this point
Copy the full SHA 39eb49cView commit details
Commits on Jun 11, 2019
-
Fix up the macvim package to build again, with the latest snapshot. The patchfile has been recreated by manually reapplying all of the changes from the old patchfile, and the other changes in here were figured out by trial and error (such as the need to unset `LD`). Also tweak the package to use python37 by default, and add an option to go back to python27 if desired. Disable Sparkle so the user isn't prompted to update a readonly package.
Configuration menu - View commit details
-
Copy full SHA for 95bfb99 - Browse repository at this point
Copy the full SHA 95bfb99View commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dca70ab - Browse repository at this point
Copy the full SHA dca70abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4affff7 - Browse repository at this point
Copy the full SHA 4affff7View commit details -
winePackages.fonts: init at 4.0
"Wine's fonts should be a natural candidate for their own subpackage" https://wiki.winehq.org/Packaging They are a replacement for some Microsoft fonts not available in other replacement packages.
Configuration menu - View commit details
-
Copy full SHA for 66fffe9 - Browse repository at this point
Copy the full SHA 66fffe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3303bc1 - Browse repository at this point
Copy the full SHA 3303bc1View commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 42170cb - Browse repository at this point
Copy the full SHA 42170cbView commit details
Commits on Jun 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6063569 - Browse repository at this point
Copy the full SHA 6063569View commit details
Commits on Jun 15, 2019
-
perlPackages.SysCPU: remove broken attribute
Still not back on CPAN but on metacpan.
Configuration menu - View commit details
-
Copy full SHA for d8bb988 - Browse repository at this point
Copy the full SHA d8bb988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f7301 - Browse repository at this point
Copy the full SHA 05f7301View commit details -
Configuration menu - View commit details
-
Copy full SHA for b916d11 - Browse repository at this point
Copy the full SHA b916d11View commit details -
pythonPackages.pydocumentdb: init at 2.3.3
Jonathan Ringer committedJun 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d20e963 - Browse repository at this point
Copy the full SHA d20e963View commit details -
pythonPackages.azure-cosmos: init at 3.1.0
Jonathan Ringer committedJun 15, 2019 Configuration menu - View commit details
-
Copy full SHA for cd730d5 - Browse repository at this point
Copy the full SHA cd730d5View commit details
Commits on Jun 16, 2019
-
* enable clutter-gtk support Upstream defaults to it so we probably should as well.
Configuration menu - View commit details
-
Copy full SHA for 5141948 - Browse repository at this point
Copy the full SHA 5141948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2807003 - Browse repository at this point
Copy the full SHA 2807003View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2f3eb - Browse repository at this point
Copy the full SHA aa2f3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc1228d - Browse repository at this point
Copy the full SHA dc1228dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 856d601 - Browse repository at this point
Copy the full SHA 856d601View commit details -
Merge pull request #63179 from lightbulbjim/gnome-mpv-update
gnome-mpv: 0.13 -> 0.16
Configuration menu - View commit details
-
Copy full SHA for ca51fbb - Browse repository at this point
Copy the full SHA ca51fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e480c5 - Browse repository at this point
Copy the full SHA 9e480c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa8f94 - Browse repository at this point
Copy the full SHA 3aa8f94View commit details -
Merge pull request #63180 from worldofpeace/gthumb/3.8.0
gthumb: 3.6.2 -> 3.8.0
Configuration menu - View commit details
-
Copy full SHA for 636f1f0 - Browse repository at this point
Copy the full SHA 636f1f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c32910 - Browse repository at this point
Copy the full SHA 3c32910View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ccba1 - Browse repository at this point
Copy the full SHA b0ccba1View commit details -
nixos-generate-config: don't generate swapDevices for *files*
Up until now, the output has been the same for swap devices and swap files: { device = "/var/swapfile"; } Whereas for swap *files* it's easier to manage them declaratively in configuration.nix: { device = "/var/swapfile"; size = 8192; } (NixOS will create the swapfile, and later resize it, if the size attribute is changed.) With the assumption that swap files are specified in configuration.nix, it's silly to output them to hardware-configuration.nix.
Configuration menu - View commit details
-
Copy full SHA for 9e45f6f - Browse repository at this point
Copy the full SHA 9e45f6fView commit details -
nixos-generate-config: add dm-snapshot module if LVM is detected
Without this, the system becomes unbootable if the user creates a LVM snapshot and reboots. Fixes #33646 (The same kind of problem was fixed in RHEL a few years back: https://bugzilla.redhat.com/show_bug.cgi?id=1287940)
Configuration menu - View commit details
-
Copy full SHA for 4213e48 - Browse repository at this point
Copy the full SHA 4213e48View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/armadillo/versions
Configuration menu - View commit details
-
Copy full SHA for 0a2f247 - Browse repository at this point
Copy the full SHA 0a2f247View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ammonite/versions
Configuration menu - View commit details
-
Copy full SHA for c7239f3 - Browse repository at this point
Copy the full SHA c7239f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66add9f - Browse repository at this point
Copy the full SHA 66add9fView commit details -
nixos-generate-config: don't emit tmpfs entry for /tmp
Because it most likely comes from the boot.tmpOnTmpfs option in configuration.nix (managed declaratively).
Configuration menu - View commit details
-
Copy full SHA for 8f551be - Browse repository at this point
Copy the full SHA 8f551beView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/btrfs-progs/versions
Configuration menu - View commit details
-
Copy full SHA for 22671c7 - Browse repository at this point
Copy the full SHA 22671c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ec880 - Browse repository at this point
Copy the full SHA 49ec880View commit details -
antibody: 4.1.1 -> 4.1.2 (#63210)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/antibody/versions
Configuration menu - View commit details
-
Copy full SHA for 599ec87 - Browse repository at this point
Copy the full SHA 599ec87View commit details -
theft: 0.4.4 -> 0.4.5, fix pkg-config file
The libtheft.pc file was using prefix=/usr/local for its own relative -L/-l/-I parameters for GCC, giving incorrect results. (This is really more of an upstream bug.) This also adds myself to the maintainer list, and enables builds on non-Linux platforms. Signed-off-by: Austin Seipp <as@fastly.com>
Configuration menu - View commit details
-
Copy full SHA for c683032 - Browse repository at this point
Copy the full SHA c683032View commit details -
Configuration menu - View commit details
-
Copy full SHA for d67d182 - Browse repository at this point
Copy the full SHA d67d182View commit details -
Configuration menu - View commit details
-
Copy full SHA for b058153 - Browse repository at this point
Copy the full SHA b058153View commit details -
abcmidi: 2019.04.22 -> 2019.06.06
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/abcmidi/versions
Configuration menu - View commit details
-
Copy full SHA for ad2a9cd - Browse repository at this point
Copy the full SHA ad2a9cdView commit details -
This was forgotten when RFC 0035 was implemented.
Configuration menu - View commit details
-
Copy full SHA for 902952d - Browse repository at this point
Copy the full SHA 902952dView commit details -
Merge pull request #62916 from xrelkd/update/alacritty
alacritty: 0.3.2 -> 0.3.3
Configuration menu - View commit details
-
Copy full SHA for bb81bec - Browse repository at this point
Copy the full SHA bb81becView commit details -
Merge pull request #63223 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.1 -> 5.1.1
Configuration menu - View commit details
-
Copy full SHA for 413a59e - Browse repository at this point
Copy the full SHA 413a59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f8e60 - Browse repository at this point
Copy the full SHA d1f8e60View commit details -
Merge pull request #62971 from lilyball/bundlerApp-passthru
bundlerApp: Set up passthru properly
Configuration menu - View commit details
-
Copy full SHA for 4d5c1c8 - Browse repository at this point
Copy the full SHA 4d5c1c8View commit details -
Merge pull request #62934 from lilyball/macvim
macvim: 7.4.909 -> 8.1.1517
Configuration menu - View commit details
-
Copy full SHA for 486626b - Browse repository at this point
Copy the full SHA 486626bView commit details -
bmake: fix version/url, fix tests, remove unneeded deps
As noted by @jameysharp in #63181. Signed-off-by: Austin Seipp <as@fastly.com>
Austin Seipp committedJun 16, 2019 Configuration menu - View commit details
-
Copy full SHA for ccee411 - Browse repository at this point
Copy the full SHA ccee411View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dbeaver-ce/versions
Configuration menu - View commit details
-
Copy full SHA for 72ffc46 - Browse repository at this point
Copy the full SHA 72ffc46View commit details -
treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
Configuration menu - View commit details
-
Copy full SHA for f3282c8 - Browse repository at this point
Copy the full SHA f3282c8View commit details -
Merge pull request #63151 from JohnAZoidberg/sys-cpu
perlPackages.SysCPU: remove broken attribute
Configuration menu - View commit details
-
Copy full SHA for 3b1c943 - Browse repository at this point
Copy the full SHA 3b1c943View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7adbdd975886...0aa9f35a99f0