summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nixos/stage-1: add default link units to initrd•••Also all udev rules. origin/fix-predictable-ifnames-in-initrdFranz Pletz2019-09-222-7/+16
* mutt: 1.12.1 -> 1.12.2 (#69239)•••mutt: 1.12.1 -> 1.12.2Jörg Thalheim2019-09-221-2/+2
|\
| * mutt: 1.12.1 -> 1.12.2•••Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Matthias Beyer2019-09-221-2/+2
* | unit: 1.10.0 -> 1.11.0 (#69238)•••unit: 1.10.0 -> 1.11.0Jörg Thalheim2019-09-221-2/+2
|\ \
| * | unit: 1.10.0 -> 1.11.0Izorkin2019-09-221-2/+2
| |/
* | Merge pull request #69250 from flokli/afew-setuptools•••afew: propagate setuptoolsJörg Thalheim2019-09-221-1/+1
|\ \
| * | afew: propagate setuptoolsFlorian Klink2019-09-221-1/+1
* | | python.pkgs.flask_oauthlib: remove (#69251)•••python.pkgs.flask_oauthlib: removeJörg Thalheim2019-09-222-31/+0
|\ \ \
| * | | python.pkgs.flask_oauthlib: remove•••deprecated by upstream & broken: https://github.com/lepture/flask-oauthlib Jörg Thalheim2019-09-222-31/+0
* | | | pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0 (#69242)•••pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0Jörg Thalheim2019-09-221-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0Tobias Happ2019-09-221-4/+4
* | | | pythonPackages.flask_sqlalchemy: 2.3.2 -> 2.4.0 (#69243)•••pythonPackages.flask_sqlalchemy: 2.3.2 -> 2.4.0Jörg Thalheim2019-09-221-4/+4
|\ \ \ \
| * | | | pythonPackages.flask_sqlalchemy: 2.3.2 -> 2.4.0Tobias Happ2019-09-221-4/+4
| |/ / /
* | | | Merge pull request #69244 from Gerschtli/update/pdf2image•••pythonPackages.pdf2image: 1.4.2 -> 1.9.0Jörg Thalheim2019-09-221-2/+2
|\ \ \ \
| * | | | pythonPackages.pdf2image: 1.4.2 -> 1.9.0Tobias Happ2019-09-221-2/+2
| |/ / /
* | | | cargo-release: 0.10.5 -> 0.12.4 (#69245)•••cargo-release: 0.10.5 -> 0.12.4Jörg Thalheim2019-09-221-4/+4
|\ \ \ \
| * | | | cargo-release: 0.10.5 -> 0.12.4Tobias Happ2019-09-221-4/+4
| |/ / /
* | | | Merge pull request #69237 from dywedir/janet•••janet: 1.2.0 -> 1.3.1Jörg Thalheim2019-09-221-3/+3
|\ \ \ \
| * | | | janet: 1.2.0 -> 1.3.1Vladyslav M2019-09-221-3/+3
* | | | | Merge pull request #69247 from mmilata/wordpress•••wordpress: new package version, generate secrets locallyAaron Andersen2019-09-223-16/+21
|\ \ \ \ \
| * | | | | nixos/wordpress: generate secrets locally•••Use /dev/urandom to generate keys and salts instead of downloading them from https://api.wordpress.org/secret-key/1.1/salt/ Martin Milata2019-09-222-14/+19
| * | | | | wordpress: 5.2.2 -> 5.2.3•••https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/ Martin Milata2019-09-221-2/+2
* | | | | | Merge pull request #68532 from Enzime/update/brlaser•••brlaser: 4 -> 5Jörg Thalheim2019-09-221-3/+19
|\ \ \ \ \ \
| * | | | | | brlaser: 4 -> 5Michael Hoang2019-09-121-3/+19
* | | | | | | mediainfo,mediainfo-gui,libmediainfo: 19.07 -> 19.09 (#68907)•••mediainfo,mediainfo-gui,libmediainfo: 19.07 -> 19.09Jörg Thalheim2019-09-223-6/+6
|\ \ \ \ \ \ \
| * | | | | | | mediainfo,mediainfo-gui,libmediainfo: 19.07 -> 19.09Will Dietz2019-09-163-6/+6
* | | | | | | | Merge pull request #69147 from delroth/mono-closure-size•••libgdiplus: split package to reduce dependencies closure sizeJörg Thalheim2019-09-221-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | libgdiplus: split package to reduce dependencies closure size•••nix path-info -rSh on mono: Before: /nix/store/p7zix8ypkqdwz86jvirzn0hmqhkbfhf7-mono-5.20.1.27 1.2G After: /nix/store/zwg8d5m2d7hbi1ylh6rq00wyghyyzpsp-mono-5.20.1.27 881.3M Mostly due to not dragging in cairo-dev, mesa-dev, etc. Pierre Bourdon2019-09-201-0/+2
* | | | | | | | | Merge pull request #69155 from delroth/mono-strip•••mono: remove dontStrip from derivationJörg Thalheim2019-09-221-4/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mono: remove dontStrip from derivation•••This was introduced in 2010 in 9e16b812 and as far as I can tell the issue mentioned in the comment does not exist anymore. In a stripped mono build, I was able to: - Run "mcs --version" without trouble (original test case) - Run "keepass" (mono app) - Build packages that depend on mono (e.g. f# and others). $ nix path-info -sh Before: 537.8M After: 304.3M $ nix path-info -Sh Before: 1.2G After: 867.0M (Transitive closure size decreases more than the package size itself because mono ended up depending on gcc through leaked paths in .so files before.) Pierre Bourdon2019-09-201-4/+0
| |/ / / / / / / /
* | | | | | | | | bazel-buildtools: 0.28.0 -> 0.29.0 (#68475)•••bazel-buildtools: 0.28.0 -> 0.29.0Jörg Thalheim2019-09-222-9/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | bazel-buildtools: 0.28.0 -> 0.29.0Uri Baghin2019-09-112-9/+9
* | | | | | | | | python-mailmanclient: this package builds only with Python 3.x•••(cherry picked from commit df74899305f863ba4f2956ebf64a9e84687aaaa7) Peter Simons2019-09-221-1/+1
* | | | | | | | | haskell-easytest: mark the build as broken when compiling with ghc-8.8.xPeter Simons2019-09-221-1/+2
* | | | | | | | | hackage-packages.nix: automatic Haskell package set update•••This update was generated by hackage2nix v2.14.4-12-gd19721c from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/c0f0a4b290db5872b3d7e003af0cd0958a3d42f6. Peter Simons2019-09-221-447/+783
* | | | | | | | | haskell-string-qq: patch the build to succeed when compiling with ghc-8.8.xPeter Simons2019-09-221-0/+10
* | | | | | | | | haskell-monad-par: disable the test suite when building with ghc-8.8.xPeter Simons2019-09-221-0/+1
* | | | | | | | | haskell-shakespeare: drop obsolete patch to fix the build with ghc-8.8.xPeter Simons2019-09-221-4/+0
* | | | | | | | | haskell-csv: patch the build to succeed when compiling with ghc-8.8.xPeter Simons2019-09-221-0/+3
* | | | | | | | | haskell-hpack: mark the build as broken when compiling with ghc-8.8.xPeter Simons2019-09-221-0/+3
* | | | | | | | | haskell-aeson-diff: jailbreak when building with ghc-8.8.xPeter Simons2019-09-221-0/+3
* | | | | | | | | haskell-cassava: use the latest version when building with ghc-8.8.xPeter Simons2019-09-221-4/+0
* | | | | | | | | haskell-xmonad-contrib: use the latest version when building with ghc-8.8.xPeter Simons2019-09-221-0/+1
* | | | | | | | | haskell-lens: use the latest version when building with ghc-8.8.xPeter Simons2019-09-221-4/+1
* | | | | | | | | hackage2nix: disable broken builds that cause evaluation errors on HydraPeter Simons2019-09-221-0/+2
* | | | | | | | | haskell-HStringTemplate: drop obsolete overridePeter Simons2019-09-221-3/+0
* | | | | | | | | haskell-X11: patch the build to succeed with ghc-8.8.xPeter Simons2019-09-221-0/+6
* | | | | | | | | haskell-HStringTemplate: jailbreak when building with ghc-8.8.xPeter Simons2019-09-221-0/+4
* | | | | | | | | haskellPackages.pinboard-notes-backup: mark not brokenBenjamin Esham2019-09-221-1/+0
* | | | | | | | | Revert "haskell-hakyll: patch Cabal file from upstream"•••This reverts commit fe366d43e85df82739756ec16fcb5a0d3b77f681. Justin Humm2019-09-222-8/+2