Commit graph

9 commits

Author SHA1 Message Date
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