AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
InternetUnexplorer
78b1168234
renoise: 3.3.1 -> 3.3.2
2021-05-31 16:09:24 -07:00
Thomas Churchman
e6413d0891
renoise: fix installation
...
Mistake was introduced in 3d703d6307
2021-03-17 11:34:06 +01:00
Marek Fajkus
3d703d6307
renoise: Add desktop item ( #115606 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-16 22:36:24 +01:00
Marek Fajkus
4ceadc62e0
renoise: 3.2.2 -> 3.3.1
2021-03-04 19:14:29 +01:00
Sandro
f2cbacbc4e
Merge pull request #98794 from tomcur/fix-renoise-audiopluginserver
...
renoise: patch audio plugin server
2021-01-18 17:28:11 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Thomas Churchman
e2c342ad38
renoise: patch audio plugin server
2020-09-25 23:35:01 +03:00
R. RyanTM
6edcca4f49
renoise: 3.2.1 -> 3.2.2
2020-08-29 06:15:19 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
ff88885fe7
renoise: 3.2.0 -> 3.2.1
2019-12-28 20:36:08 +01:00
Timothée Haudebourg
6005fb02fc
renoise: 3.1.0 -> 3.2.0
2019-12-13 21:23:27 +01: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
Daniel Schaefer
786f02f7a4
treewide: Remove usage of isNull
...
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
Renaud
af31c4ef4c
renoise: needs only mpg123 library
...
Moved in postFixup because fixup phase shrinks RPATH
2018-11-27 20:44:18 +01:00
Jean Potier
233a4ed573
renoise: add mpg123 to runtime deps
...
* renoise: add mpg123 to runtime deps (#47435 )
* renoise: split native build inputs
2018-11-25 14:38:18 +01:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Yegor Timoshenko
f2daf23137
renoise: srcVersion -> urlVersion
2018-05-25 15:48:29 -05:00
Yegor Timoshenko
04e5cf6665
renoise: add platforms, derive src version from proper version string
2018-05-25 15:48:26 -05:00
Matthew Bauer
02297beade
treewide: add version to packages
...
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:
$ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'
See issue #41007 .
2018-05-25 15:48:05 -05:00
Sean Parsons
830d8b3b8f
renoise: 3.0.1 -> 3.1.0 ( #28380 )
...
Replaced demo parameter with releasePath parameter.
2017-08-22 00:12:28 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Tuomas Tynkkynen
58f0071a9e
renoise: Don't use builtins.currentSystem
...
stdenv.system should be almost always used instead of builtins.currentSystem
or cross-evaluation (e.g. evaluating a i686 NixOS system on a 64-bit nix)
will be subtly broken.
2016-02-27 19:58:18 +02:00
Florian Paul Schmidt
87d55ce82b
renoise: fix the file name and the hash
2015-10-28 10:35:46 +01:00
karsten gebbert
6625fde1c7
add renoise to nixpkgs
2015-09-16 17:46:16 +02:00