Commit graph

6 commits

Author SHA1 Message Date
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
Piotr Bogdan 90f5c4a810 pianobooster: link with pthreads, libGL explicitly 2019-01-04 21:44:20 +00:00
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Cillian de Róiste 3ee043da54 pianobooster: patch to build with gcc4.7, wrap it so it finds libGL.so.1
Also add linux as a platform.

Patches from:
https://github.com/gbin/gbin-overlay/tree/master/media-sound/pianobooster
2014-01-25 17:54:57 +01:00
Cillian de Roiste bf3b6be157 Adding Piano Booster, a MIDI file player that teaches you how to play the piano.
svn path=/nixpkgs/trunk/; revision=33880
2012-04-22 16:55:12 +00:00