about summary refs log tree commit diff
path: root/pkgs/applications/audio/ympd
AgeCommit message (Collapse)AuthorFilesLines
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-05-18ympd: add -fcommon workaroundSergei Trofimovich1-1/+8
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: CMakeFiles/ympd.dir/src/mpd_client.c.o:(.bss+0x0): multiple definition of `mpd'; CMakeFiles/ympd.dir/src/ympd.c.o:(.bss+0x20): first defined here
2021-02-12ympd: mpd_clientlib -> libmpdclientAndersonTorres1-6/+13
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-22fix evalFrederik Rietdijk1-1/+1
broken by dac43da8da1a842ac8ed82b1e0c705be03334ff0 cc @pSub
2018-07-22ympd: add licensePascal Wittmann1-0/+1
see issue #43716
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-08-17ympd: remove unncessary preConfigure hookFranz Pletz1-9/+1
Fixes #17788.
2016-08-17ympd: init at 1.3.0Langston Barrett1-0/+30