Commit Graph

22 Commits

Author SHA1 Message Date
Sergey Volkov
8505127bf0 muse: 4.1.0 -> 4.2.1
https://github.com/muse-sequencer/muse/releases/tag/4.2.1
add cmake-extra-modules as input
2023-10-23 17:52:07 +02:00
éclairevoyant
0a5c7c46a8
muse: 3.1.1 -> 4.1.0 2023-08-16 02:31:01 -04:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
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
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
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
2023-02-22 21:23:04 +02:00
Vladimír Čunát
e264d5c77f
muse: fixup build after sord update 2022-10-12 13:02:23 +02:00
Bjørn Forsman
2c4c52179c
muse: remove unecessary chmod u+w over all files (#189690) 2022-09-04 15:18:32 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03: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
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Evils
a9927ef533 muse-sequencer: update meta.homepage 2020-11-13 09:59:38 +01:00
R. RyanTM
7be461544a muse: 3.1.0 -> 3.1.1 2020-07-31 01:00:13 -07:00
Orivej Desh
f61af809d2 muse: fix parallel building 2020-03-26 22:34:47 +00:00
Orivej Desh
d5b27c6c74 muse: fix parallel building 2020-03-23 04:27:51 +00:00
Orivej Desh
3c23cf9050 muse: enable all suggested optional dependencies 2020-03-23 02:54:50 +00:00
Orivej Desh
624c83f70a muse: 3.1pre1 -> 3.1.0 2020-03-23 02:54:49 +00:00
Anders Kaseorg
1bcb6fb027 muse: Use wrapQtAppsHook.
Fixes this error:

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could
be initialized. Reinstalling the application may fix this problem.

Aborted (core dumped)

Also, remove the unnecessary build input `gitFull`, and enable
parallel building.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-06 18:16:29 -08:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08: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
Philipp Volguine
76e46fce41 muse-sequencer: 3.0.2 -> 3.1pre1
- The old version was no longer building on hydra, this fixes that.
- Moved some dependencies to nativeBuildInputs
2019-03-24 18:22:03 -04:00
Zer0-
e13f46b3c2 MusE: add new package at version 3.0.2 (#42544)
* muse: init at version 3.0.2

Added MusE; an application for working with midi. Allowing recording
from midi instruments, playback and editing of midi files.

* muse: remove unnecessary dependencies

-builds and works just fine without listing these

* Use fetchFromGitHub and add sha256
2018-07-05 22:16:27 -04:00