summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/jack-rack/default.nix
AgeCommit message (Collapse)Author
2023-01-23treewide: remove -ldl linker flagsAlyssa Ross
With all libcs I'm aware of, libdl is now either empty (Glibc, musl, uclibc, illumos), a symlink to libc or equivalent (Apple), or does not exist (FreeBSD, NetBSD). So explicitly linking libdl now does nothing for the former platforms, and breaks the build for the latter platforms. With this patch I've removed -ldl from all overridden linker flags for all free packages in Nixpkgs. Everything still seems to build.
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie
2021-06-30application/development: /s/name/pname&version/Felix Buehler
2021-06-10Change all alsaLib references to alsa-libAndersonTorres
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-23lrdf: move from librdf librariesOrivej Desh
It was never called librdf and it is not a librdf.org project.
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster
2019-01-04jack_rack: link with pthreads, lib{dl,m} explicitlyPiotr Bogdan
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2015-06-27Convert all jack references to libjack2William A. Kennington III
2014-07-31Revert "Remove obsolete jackaudio version 1."Bjørn Forsman
This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-28Remove obsolete jackaudio version 1.Peter Simons
2014-07-23jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman
Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2013-03-09applications/audio/jack-rack: New nixpkg.Александр Цамутали