Commit Graph

3890 Commits

Author SHA1 Message Date
Greg Price
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
Orivej Desh
f9fbc9b118
hydrogen-unstable: init at 1.0.0-beta2 (#85454) 2020-04-20 15:09:15 +00:00
Maximilian Bosch
beb9b1a7e3
Merge pull request #85548 from turion/master
Add myself (turion) to the maintainers list for several packages
2020-04-20 00:34:14 +02:00
Mario Rodas
25c8da3275
Merge pull request #85554 from magnetophon/lsp-plugins
lsp-plugins: 1.1.15 -> 1.1.19
2020-04-19 13:26:10 -05:00
worldofpeace
2457037d2e lollypop: 1.2.32 -> 1.2.35 2020-04-19 13:09:15 -04:00
Bart Brouns
183e448a23 lsp-plugins: 1.1.15 -> 1.1.19 2020-04-19 14:08:15 +02:00
Manuel Bärenz
f253da42f8 Add myself (turion) to the maintainers list for several packages
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
2020-04-19 13:14:31 +02:00
Mario Rodas
ad4eebc5ca
Merge pull request #85471 from bbigras/spotifyd
spotifyd: add withMpris and withKeyring optionals
2020-04-19 02:38:26 -05:00
Vladimír Čunát
e233a9d4dd
Merge #84442: staging-next branch 2020-04-18 23:11:00 +02:00
Pavol Rusnak
fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs 2020-04-18 14:04:37 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Bruno Bigras
11be0cd745 spotifyd: add withMpris and withKeyring optionals 2020-04-17 20:29:56 -04:00
adisbladis
5340ebe085
mopidy: Create a mopidyPackages set
This is to avoid mixing python versions in the same plugin closure.
2020-04-17 12:39:03 +01:00
adisbladis
83cb22963b
mopidy: Move mopidy default.nix to mopidy.nix
This is in anticipation of a mopidyPackages set
2020-04-17 12:39:03 +01:00
Jan Tojnar
3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
R. RyanTM
2368c61463 carla: 2.0.0 -> 2.1 2020-04-14 06:30:57 +00:00
Jan Tojnar
cc57640aeb
Merge pull request #84470 from jtojnar/ardour-cleanup
ardour: clean up the expression
2020-04-13 20:10:27 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
R. RyanTM
ae7b04a55f qsynth: 0.6.1 -> 0.6.2 2020-04-12 17:37:56 -07:00
R. RyanTM
2aa785ba09 qjackctl: 0.6.1 -> 0.6.2 2020-04-12 17:36:19 -07:00
R. RyanTM
7cf5ece4e8 qtractor: 0.9.12 -> 0.9.13 2020-04-12 17:35:51 -07:00
R. RyanTM
64e666f772 pianobar: 2019.02.14 -> 2020.04.05 2020-04-12 17:33:45 -07:00
R. RyanTM
d4684cf612
zita-ajbridge: 0.8.2 -> 0.8.4 (#85012) 2020-04-12 19:59:17 +00:00
Benjamin Hipple
e9174748ac
Merge pull request #85052 from r-ryantm/auto-update/BSlizr
bslizr: 1.2.4 -> 1.2.6
2020-04-12 14:05:39 -04:00
Maximilian Bosch
539b7f1e3b
Merge pull request #84975 from Maxdamantus/polyphone
polyphone: init at 2.2.0
2020-04-12 18:10:11 +02:00
R. RyanTM
7bd6554951 bslizr: 1.2.4 -> 1.2.6 2020-04-12 06:39:50 +00:00
Peter Hoeg
a7bd722ec8
Merge pull request #84984 from r-ryantm/auto-update/strawberry
strawberry: 0.6.8 -> 0.6.9
2020-04-11 23:18:07 +08:00
R. RyanTM
03e18abf05 strawberry: 0.6.8 -> 0.6.9 2020-04-11 11:22:04 +00:00
Max Zerzouri
ab65cb50c8 polyphone: init at 2.2.0 2020-04-11 17:33:45 +12:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Mario Rodas
93eb7478f1
ncspot: 0.1.2 -> 0.1.3
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.1.3
2020-04-09 17:05:00 -05:00
Mario Rodas
d92cc0f25b
Merge pull request #84640 from r-ryantm/auto-update/snd
snd: 20.1 -> 20.2
2020-04-08 19:35:56 -05:00
Jörg Thalheim
b9b8388e4a vocal: add missing glib-networking
otherwise https is disabled
2020-04-08 13:22:50 -04:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Jan Tojnar
044a1f03db
Merge pull request #83163 from lasandell/shortwave-1.0.1
shortwave: init at 1.0.1
2020-04-08 17:02:57 +02:00
Luke Sandell
a74ecff70a shortwave: init at 1.0.1 2020-04-08 09:44:30 -05:00
Jan Tojnar
b7243c79c8
Merge pull request #84698 from jtojnar/gnome2-cleanups
gnome2 cleanups
2020-04-08 15:58:33 +02:00
Jan Tojnar
14be4ca20a
lingot: 0.9.1 → 1.0.1
https://savannah.nongnu.org/forum/forum.php?forum_id=9190
2020-04-08 10:32:21 +02:00
Jan Tojnar
0195347f5f
beast: drop
It depends on ton of cruft, has been broken for three years and upstream switched to electron 🙈
2020-04-08 10:32:20 +02:00
Jan Tojnar
3f7515cb8c
ardour: clean up the expression
* Remove unneeded dependencies
* Stop vendoring other dependencies (fluidsynth, hidapi, libltc, qm-dsp)
* Fix using incorrect libusb version (libusb package is just a legacy compat layer)
* Move build-time dependencies to nativeBuildInputs
* Install freedesktop files & man page
* Drop libintl replacement that no longer applies
2020-04-07 20:26:24 +02:00
Jan Tojnar
eac0ee6c51
ardour: format with nixpkgs-fmt 2020-04-07 20:26:22 +02:00
R. RyanTM
261bdcb25c snd: 20.1 -> 20.2 2020-04-07 18:05:13 +00:00
Peter Hoeg
d7b98129fe
Merge pull request #80003 from peterhoeg/f/elisa
elisa: move into kdeApplications
2020-04-07 20:54:03 +08:00
Peter Hoeg
0c7ec50297 elisa: move into kdeApplications
elisa is now part of the upstream kdeApplications bundle
2020-04-07 20:53:09 +08:00
R. RyanTM
fed6a3d87d qmmp: 1.3.6 -> 1.3.7 2020-04-07 14:04:58 +02:00
Maximilian Bosch
98aa946d08
Merge pull request #84355 from JakeStanger/patch-1
rofi-mpd: 2.0.1 -> 2.2.0
2020-04-07 01:44:15 +02:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
R. RyanTM
9456168b59 mopidy: 3.0.1 -> 3.0.2 2020-04-06 07:14:47 +00:00
Jake Stanger
be2f9a3672
rofi-mpd: 2.0.1 -> 2.2.0 2020-04-05 14:29:07 +01:00