1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 02:24:27 +00:00
Commit graph

12 commits

Author SHA1 Message Date
Sandro Jäckel dd9862ba98
jack2Full: deprecate alias 2021-04-03 18:13:59 +02:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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-19 01:16:25 -08:00
Jos van Bakel 8bbe246516
sonic-pi: 3.1.0 -> 3.2.2 2020-06-13 15:00:14 +02:00
zimbatm bcdc90a3a7 ruby_2_4: remove
According to https://endoflife.software/programming-languages/server-side-scripting/ruby
ruby 2.4 will go end-of-life in march, where the new release of nixpkgs
will be cut. We won't be able to support it for security updates.

Remove all references to ruby_2_4 and add ruby_2_7 instead where
missing.

Mark packages that depend on ruby 2.4 as broken:
* chefdk
* sonic-pi
2020-02-10 13:23:35 -05:00
Jos van Bakel 2a795789b6
sonic-pi: add midi support 2019-10-11 15:57:53 +02:00
Linus Heckemann 5aa4b19946 treewide: mark some broken packages as broken
Refs:
e675498026
1e9cc5b984
793a2fe1e8
c19cf65261
f6544d618f
2019-10-08 17:14:26 +02:00
Jos van Bakel 24c55e2c9d
sonic-pi: fix qt wrapper 2019-09-09 16:03:09 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jos van Bakel 2e31732bc4
sonic-pi: 3.0.1 -> 3.1.0 2018-10-13 19:40:54 +02:00
Kamil Chmielewski 7525a3c89f sonic-pi: 2.9.0 -> 3.0.1 2017-10-05 17:50:45 +02:00
zimbatm 4bc516aa54 sonic-pi: 2.8.0 -> 2.9.0
Fixes compilation and path issues. The executable still segfaults after boot
though.
2016-03-04 14:44:07 +00:00
Noé Rubinstein 01a81506a6 sonic-pi: init at 2.8.0 2015-11-21 20:41:30 +01:00