Emily
fbda1dbfd6
treewide: replace freeglut with libglut
...
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.
Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Carl Thomé
6e8611a7bc
puredata: refactor
...
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-10-15 00:30:52 +02:00
Carl Thomé
02925a263f
cyclone: 0.7-0 -> unstable-2023-09-12
2023-09-13 11:34:51 +02:00
Carl Thomé
c5a5c7d0ad
cyclone: mark broken
2023-08-13 22:58:55 +02:00
Carl Thomé
e6832908ad
gem: 2020-09-22 -> 2023-07-28
2023-08-12 15:21:44 +02:00
Carl Thomé
6ef4223c63
cyclone: 0.3beta-2 -> 0.7-0
2023-08-12 15:03:35 +02:00
Artturi
eb49b683f3
Merge pull request #195661 from wamserma/arg-cleanup-app
...
pkgs.applications: remove unused args
2022-10-15 02:20:29 +03:00
Markus S. Wamser
c9d167f174
pkgs.applications: remove unused args
2022-10-12 16:00:16 +02:00
Weijia Wang
870d6f4a98
licenses: remove gpl1
2022-09-29 10:54:21 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux
2022-05-30 13:42:58 +02:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs
2022-03-30 20:17:24 -05:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Arnout Engelen
2ced276567
gem: 2020-03-26 -> 2020-09-22
...
removing the need for a patch, as that PR has now been merged.
2020-09-22 14:26:58 +02:00
Arnout Engelen
8ea4f5dea3
gem: init at 2020-03-26
2020-08-01 09:43:34 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00: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
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
Bart Brouns
5bb96e7161
helmholtz: fix failing build
2018-03-25 19:38:23 +02:00
Bart Brouns
abf20c0f9b
cyclone: 0.1-alpha55 -> 0.3beta-2
2017-12-09 00:34:52 +01:00
Bart Brouns
efe5528f0e
maxlib: 1.5.5 -> 1.5.7
2017-12-09 00:32:54 +01:00
Bart Brouns
c6fd8415a6
timbreID: 0.6.0 -> 0.7.0
2017-12-09 00:32:54 +01:00
Bart Brouns
b7bd842fd6
zexy: fix build
2017-08-13 22:37:35 +02:00
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00:00
Cillian de Róiste
23c1d17e9d
puremapping: update 1.01 -> 20160130
2016-07-17 19:08:55 +02:00
Bart Brouns
00a61a420f
zexy: don't patchShebangs, breaks build
2016-07-17 16:09:17 +02:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
3b4765c9e5
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-02-28 16:32:57 +00:00
zimbatm
69ce5cb656
use the sourceforge mirrors everywhere
...
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Robin Gloster
983093cf4f
puremapping: 1.01 -> 20160130
...
old version was taken down
2016-02-19 21:15:59 +00:00
Robin Gloster
5cf5e6e9c4
mrpeach: turn off format hardening
2016-02-12 12:35:48 +00:00
Robin Gloster
e37e38903d
maxlib: turn off format hardening
2016-02-09 23:07:20 +00:00
Robin Gloster
e046d4fcea
cyclone: turn off format hardening
2016-02-09 01:26:02 +00:00
Cillian de Róiste
3c7f1431c0
helmholtz: unset the curl user-agent to fix the download
...
I've checked this with the developer to ensure it isn't blocked
deliberately and she said it was just a problem with the hosting
provider, so it is fine to work around it.
2015-09-01 13:17:35 +02:00
Arseniy Seroka
daf4ec39a5
fix: add missing versions
2015-06-04 23:34:14 +03:00
Bart Brouns
46658b8a19
Punctuation and capitalisation.
2015-03-16 19:34:36 +01:00
Bart Brouns
2479dc0c63
add puredata-with-plugins:
...
a wrapper for puredata, plus packages for the following plugins:
cyclone
helmholtz
maxlib
mrpeach
puremapping
timbreid
zexy
2015-03-16 17:57:09 +01:00