-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 664ff4069cb8
head repository: NixOS/nixpkgs
compare: beba8e9c4474
Commits on Sep 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 37f0aaf - Browse repository at this point
Copy the full SHA 37f0aafView commit details
Commits on Nov 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7c955ab - Browse repository at this point
Copy the full SHA 7c955abView commit details
Commits on Dec 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 146985e - Browse repository at this point
Copy the full SHA 146985eView commit details
Commits on Mar 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2e4d0ff - Browse repository at this point
Copy the full SHA 2e4d0ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f4a72 - Browse repository at this point
Copy the full SHA a0f4a72View commit details
Commits on Mar 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c2b0cb5 - Browse repository at this point
Copy the full SHA c2b0cb5View commit details
Commits on Apr 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9a12461 - Browse repository at this point
Copy the full SHA 9a12461View commit details
Commits on Apr 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ab8bcd0 - Browse repository at this point
Copy the full SHA ab8bcd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c65b4a - Browse repository at this point
Copy the full SHA 3c65b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a189f8c - Browse repository at this point
Copy the full SHA a189f8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b525898 - Browse repository at this point
Copy the full SHA b525898View commit details
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ce4ff6b - Browse repository at this point
Copy the full SHA ce4ff6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a36d8 - Browse repository at this point
Copy the full SHA 46a36d8View commit details
Commits on Apr 20, 2017
-
Revert "Remove spurious call to patchPhase."
This reverts commit 9a12461.
Configuration menu - View commit details
-
Copy full SHA for a03ff82 - Browse repository at this point
Copy the full SHA a03ff82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ca1f6 - Browse repository at this point
Copy the full SHA 59ca1f6View commit details
Commits on Apr 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5083a75 - Browse repository at this point
Copy the full SHA 5083a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e05f9 - Browse repository at this point
Copy the full SHA 27e05f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6caa6b - Browse repository at this point
Copy the full SHA d6caa6bView commit details
Commits on Apr 23, 2017
-
Mathäus Sander committed
Apr 23, 2017 Configuration menu - View commit details
-
Copy full SHA for bbf114c - Browse repository at this point
Copy the full SHA bbf114cView commit details
Commits on Apr 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e9adf38 - Browse repository at this point
Copy the full SHA e9adf38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34436df - Browse repository at this point
Copy the full SHA 34436dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eee6ea - Browse repository at this point
Copy the full SHA 3eee6eaView commit details -
llvm-3.9: Fix cross compilation
It's now possible to cross compile llvm: `nix-build -E '(import ./. { crossSystem = import ./platform.nix; }).pkgs.llvm'`
Configuration menu - View commit details
-
Copy full SHA for 12bbc63 - Browse repository at this point
Copy the full SHA 12bbc63View commit details -
LLVM-3.9: Fix RPATH in cross compile builds
This error was cause by multiple-outputs.sh not setting NIX_CROSS_LDFLAGS
Configuration menu - View commit details
-
Copy full SHA for fea424f - Browse repository at this point
Copy the full SHA fea424fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bad5ca0 - Browse repository at this point
Copy the full SHA bad5ca0View commit details
Commits on Apr 26, 2017
-
This also fixes breakage on darwin due to LLVM4.0 migration. I had to enable opengl because otherwise macOS build is broken. See root commit 23f8871c7 ('Do not include OpenGL directly but use our TGLIncludes for that purpose.') I've enabled xml because TUnfold depends on it.
Configuration menu - View commit details
-
Copy full SHA for be9c0e8 - Browse repository at this point
Copy the full SHA be9c0e8View commit details
Commits on Apr 28, 2017
-
xen service: fix xen-bridge not setting the configured netmask
The xen-bridge service accepts the option prefixLength, but does not use it to set the actual netmask on the bridge. This commit makes it set the correct netmask.
Michał Pałka committedApr 28, 2017 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 2fcb871 - Browse repository at this point
Copy the full SHA 2fcb871View commit details
Commits on Apr 29, 2017
-
llvm: Add the LLVM OpenMP components
Needed to build an executable that uses OpenMP with clang. This includes a header file and a library that clang will link into an executable whose source makes use of ‘omp‘ pragmas.
Configuration menu - View commit details
-
Copy full SHA for 0059131 - Browse repository at this point
Copy the full SHA 0059131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e1604 - Browse repository at this point
Copy the full SHA 86e1604View commit details -
LLVM-3.9: disable shared libraries in cross builds
The current cc-wrapper script seems to have trouble setting the rpath correctly. Hopefully #25047 will fix this.
Configuration menu - View commit details
-
Copy full SHA for 7b7ffc4 - Browse repository at this point
Copy the full SHA 7b7ffc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad778a6 - Browse repository at this point
Copy the full SHA ad778a6View commit details
Commits on Apr 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 66f7398 - Browse repository at this point
Copy the full SHA 66f7398View commit details -
cloud-print-connector: init at unstable-2017-01-19
This adds a fairly basic build for just the binaries for the Google Cloud Print CUPS connector (gcp-cups-connector), and gcp-connector-util to set it up in the first place. In the future I would like to streamline the configuration more and make gcp-cups-connector a proper NixOS service - as right now it must be run by hand.
Configuration menu - View commit details
-
Copy full SHA for cc4f861 - Browse repository at this point
Copy the full SHA cc4f861View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdebfa8 - Browse repository at this point
Copy the full SHA cdebfa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a4860 - Browse repository at this point
Copy the full SHA c4a4860View commit details
Commits on May 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 66b40ad - Browse repository at this point
Copy the full SHA 66b40adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2188a8b - Browse repository at this point
Copy the full SHA 2188a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5bed28 - Browse repository at this point
Copy the full SHA f5bed28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d909a - Browse repository at this point
Copy the full SHA 94d909aView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for df5d588 - Browse repository at this point
Copy the full SHA df5d588View commit details -
Merge pull request #25205 from orivej/rsp
Fix parsing @args.rsp compiler arguments
Configuration menu - View commit details
-
Copy full SHA for f3b45f8 - Browse repository at this point
Copy the full SHA f3b45f8View commit details -
Merge pull request #24827 from johbo/trytond-dependencies
Trytond dependencies updates
Configuration menu - View commit details
-
Copy full SHA for 2dd3511 - Browse repository at this point
Copy the full SHA 2dd3511View commit details -
openal-soft: move cmake to nativeBuildInputs
This allows cross-compiling it.
Configuration menu - View commit details
-
Copy full SHA for 6130dfd - Browse repository at this point
Copy the full SHA 6130dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4338f09 - Browse repository at this point
Copy the full SHA 4338f09View commit details
Commits on May 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a7b4b84 - Browse repository at this point
Copy the full SHA a7b4b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8452e06 - Browse repository at this point
Copy the full SHA 8452e06View commit details -
purescript: remove pinned dependencies in hackage2nix config
The dependencies were added for purescript 0.10.7 and are no longer needed since the override is gone.
Configuration menu - View commit details
-
Copy full SHA for 473a9be - Browse repository at this point
Copy the full SHA 473a9beView commit details -
Volth committed
May 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 42e1796 - Browse repository at this point
Copy the full SHA 42e1796View commit details -
Merge branch 'master' into staging
There's been a very large rebuild on master, unfortunately. pytestcov conflict: I'm not really sure what should be propagated.
3Configuration menu - View commit details
-
Copy full SHA for 1bcd56b - Browse repository at this point
Copy the full SHA 1bcd56bView commit details -
DraftSight is "a professional-grade 2D design and drafting solution that lets you create, edit, view and markup any kind of 2D drawing." It is available as a binary .deb package for Linux. This package jumps through the necessary hoops to make it run properly.
Configuration menu - View commit details
-
Copy full SHA for 7680f83 - Browse repository at this point
Copy the full SHA 7680f83View commit details
There are no files selected for viewing
Large diffs are not rendered by default.