Commit Graph
222223 Commits
Author SHA1 Message Date
Greg PriceandFrederik Rietdijk 45a04ed6d4 gbsplay: fix configure flags
This caused none of these flags to have any effect.  That's because
the configure command looked like this:

    ./configure --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 \
        --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n

with one giant flag '--without-test --without-contrib...', containing
internal spaces.

This can be seen in `nix log nixpkgs.gbsplay`, in this line:

    configure flags: --prefix=/nix/store/svhl0fjdj1jl2sqcppy5vnzpfi4gj3d3-gbsplay-2016-12-17 --without-test\ --without-contrib\ --disable-devdsp\ --enable-pulse\ --disable-alsa\ --disable-midi\ --disable-nas\ --disable-dsound\ --disable-i18n

and then in the fact that features like "devdsp" and "midi" are listed
as enabled in later output, and source files like plugout_midi.c are
included in the build.

I don't have a real opinion on whether it's better to have these flags
or not, but it's clear the author's intention was to pass them.  So,
fix the attr name so they get passed.
2020-04-21 07:51:55 +02:00
Raphael Borun Das GuptaandFrederik Rietdijk 5dc6f02d77 lektor: fix "ImportError: No module named pkg_resources" 2020-04-21 07:42:35 +02:00
Frederik Rietdijk 7856c8ba5d yaru-theme: mark as broken 2020-04-21 07:37:22 +02:00
Frederik Rietdijk ae9529c27d arc-theme: mark as broken 2020-04-21 07:37:15 +02:00
Mario RodasandGitHub 2ddb7a2056 Merge pull request #85605 from oxalica/bump/birdtray
birdtray: 1.7.0 -> 1.8.0
2020-04-20 21:27:07 -05:00
Mario RodasandGitHub 49d6a72a43 Merge pull request #85621 from misuzu/kmon-update
kmon: 1.0.1 -> 1.1.0
2020-04-20 21:25:24 -05:00
Mario RodasandGitHub 77317be3c2 Merge pull request #85641 from zowoq/cni
cni: 0.7.0 -> 0.7.1, cni-plugins: 0.8.4 -> 0.8.5
2020-04-20 21:17:23 -05:00
zowoq 202b87ca99 cni-plugins: 0.8.4 -> 0.8.5
https://github.com/containernetworking/plugins/releases/tag/v0.8.5
2020-04-21 09:29:29 +10:00
zowoq 7448089fd6 cni: 0.7.0 -> 0.7.1
https://github.com/containernetworking/cni/releases/tag/v0.7.1
2020-04-21 09:28:17 +10:00
Michael Weiss d8b7b590c7 html-proofer: 3.15.2 -> 3.15.3 2020-04-21 01:12:59 +02:00
Timo KaufmannandGitHub 166bf2314a Merge pull request #81210 from B4dM4n/ausweisapp2
ausweisapp2: init at 1.20.0
2020-04-20 22:07:40 +00:00
Daniel FullmerandLassulus 4b0b23db77 wifite2: 2.5.2 -> 2.5.3 2020-04-20 23:10:15 +02:00
markuskowaandGitHub 3bbd074217 Merge pull request #79953 from r-ryantm/auto-update/mdds
mdds: 1.5.0 -> 1.6.0
2020-04-20 20:27:22 +02:00
John WiegleyandGitHub fd494fc013 Merge pull request #84785 from mikesperber/unbreak-emacs-macos 2020-04-20 10:57:17 -07:00
Marek MahutandGitHub 60100a7c92 Merge pull request #83769 from dadada/nixos/dokuwiki-multi-server
nixos/dokuwiki: add support for multi-site, additional plugins and templates
2020-04-20 19:39:48 +02:00
Jörg ThalheimandGitHub f349aca12a Merge pull request #85626 from filalex77/procs-0.10.0
procs: 0.9.20 -> 0.10.0
2020-04-20 18:20:58 +01:00
markuskowaandGitHub 52df4fa7d0 Merge pull request #83752 from r-ryantm/auto-update/netcdf
netcdf: 4.7.3 -> 4.7.4
2020-04-20 18:59:17 +02:00
Jörg ThalheimandGitHub 59242df8d6 Merge pull request #85580 from siriobalmelli-foss/fix/mscgen
mscgen: fix build
2020-04-20 17:51:02 +01:00
Oleksii Filonenko 7133c01a7a procs: 0.9.20 -> 0.10.0 2020-04-20 19:15:05 +03:00
worldofpeaceandGitHub e9e9582986 Merge pull request #85186 from worldofpeace/20.03-readme
README.md: 20.03 release
2020-04-20 11:57:45 -04:00
worldofpeace 6380be302a rl-2003: release date 2020-04-20 11:52:57 -04:00
Eelco DolstraandGitHub f76d7b5e41 Merge pull request #85620 from matthewbauer/use-modulesPath-for-nixos-generate-config
nixos/nixos-generate-config.pl: use modulesPath instead of <nixpkgs>
2020-04-20 17:25:17 +02:00
misuzu dc28779cee kmon: 1.0.1 -> 1.1.0 2020-04-20 18:12:02 +03:00
Orivej DeshandGitHub f9fbc9b118 hydrogen-unstable: init at 1.0.0-beta2 (#85454) 2020-04-20 15:09:15 +00:00
Matthew Bauer c45295d47e nixos/nixos-generate-config.pl: use modulesPath instead of <nixpkgs>
For imports, it is better to use ‘modulesPath’ than rely on <nixpkgs>
being correctly set. Some users may not have <nixpkgs> set correctly.
In addition, when ‘pure-eval=true’, <nixpkgs> is unset.
2020-04-20 09:57:17 -05:00
markuskowaandGitHub d9af81af16 Merge pull request #85006 from r-ryantm/auto-update/verilator
verilator: 4.030 -> 4.032
2020-04-20 16:51:31 +02:00
kraemandTim Steinbach 523fe98821 linux/hardened-patches/4.19.116: 4.19.116.NixOS-a -> 4.19.116.a 2020-04-20 10:05:36 -04:00
kraemandTim Steinbach 45343beffe linux/hardened-patches/5.4.33: 5.4.33.NixOS-a -> 5.4.33.a 2020-04-20 10:05:36 -04:00
kraemandTim Steinbach 48d908b731 linux/hardened-patches/5.5.18: init at 5.5.18.a 2020-04-20 10:05:36 -04:00
kraemandTim Steinbach 0fd9293703 linux/hardened-patches/5.6.5: init at 5.6.5.a 2020-04-20 10:05:36 -04:00
kraemandTim Steinbach e7a65e6c41 linux/hardened-patches/5.5.17: remove 2020-04-20 10:05:36 -04:00
kraemandTim Steinbach eb41f8122e linux/hardened-patches/5.6.4: remove 2020-04-20 10:05:36 -04:00
kraemandTim Steinbach 8879086cfc linux: 5.5.17 -> 5.5.18 2020-04-20 10:05:36 -04:00
kraemandTim Steinbach 4307923b86 linux: 5.6.4 -> 5.6.5 2020-04-20 10:05:36 -04:00
Mario RodasandGitHub 96801b9975 Merge pull request #85421 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 1.6.1 -> 1.7.0
2020-04-20 08:28:14 -05:00
Sirio Balmelli 3a7dca9950 mscgen: clean up build
1. Remove freetype dependency:
    - was not being used by build
    - trying to enable freetype gives nontrivial error
      'gdoTextWidth: Problem doing text layout (GDFONTPATH=)'

2. Correctly link manpages by specifying 'outputs'.

3. Separate nativeBuildInputs from buildInputs

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 15:27:28 +02:00
worldofpeaceandGitHub 2a6c9b13c0 Merge pull request #85282 from xrelkd/add/sn0int
sn0int: init at 0.18.2
2020-04-20 08:55:26 -04:00
xrelkd b4a2ec0dc6 sn0int: init at 0.18.2 2020-04-20 20:51:41 +08:00
worldofpeaceandGitHub 63bb75a4d9 Merge pull request #85488 from lionello/ldc-bootstrap
ldc: 1.17.0 -> 1.20.1
2020-04-20 08:15:20 -04:00
worldofpeaceandGitHub 55dcf622ec Merge pull request #84261 from catern/cdda
cataclysm-dda: 0.D -> 0.E
2020-04-20 08:05:48 -04:00
worldofpeaceandGitHub b0631dc3de Merge pull request #85469 from JeffLabonte/brave_1_5_123-1_7_92
brave: 1.5.123 -> 1.7.92
2020-04-20 08:04:46 -04:00
Léo GaspardandGitHub 203955fa0c Merge pull request #82714 from delroth/s3tc
libtxc_dxtn{,_s2tc}: remove from nixpkgs + hardware.opengl options
2020-04-20 13:41:47 +02:00
Jörg ThalheimandGitHub 5e76bf706b Merge pull request #84920 from eraserhd/plan9port-version-update
plan9port: 2019-02-25 -> 2020-01-08
2020-04-20 12:12:15 +01:00
Jörg ThalheimandGitHub 9651e63fa3 Merge pull request #85606 from magnetophon/mu
mu: 1.2 -> 1.4.1
2020-04-20 11:25:51 +01:00
Jörg ThalheimandGitHub 216237e349 Merge pull request #85579 from siriobalmelli-foss/fix/howdoi 2020-04-20 10:41:53 +01:00
Fabian MöllerandGitHub 41582c7a02 plex-media-player: 2.40.0.1007 -> 2.55.0.1069 + update script (#68938) 2020-04-20 10:40:00 +01:00
Jörg ThalheimandGitHub 2f0ee4bd0b Merge pull request #85371 from Mic92/tmpfiles 2020-04-20 10:32:58 +01:00
Bart Brouns ed79cb56b7 mu: 1.2 -> 1.4.1
msg2pdf is disabled for now:
https://github.com/djcb/mu/blob/1.4.1/NEWS.org
2020-04-20 11:03:03 +02:00
oxalica 4ab8a6e622 birdtray: 1.7.0 -> 1.8.0 2020-04-20 16:56:02 +08:00
adisbladisandGitHub d79c2dd4d4 Merge pull request #85570 from adisbladis/nixos-containers-pkgs
nixos-containers: Add support for custom nixpkgs argument
2020-04-20 09:46:45 +02:00