summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/music
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-10-27tuxguitar: 1.2 -> 1.5.2Pavol Rusnak
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
It is deprecated and will be removed after 18.09.
2016-08-23treewide: Use more makeLibraryPathTuomas Tynkkynen
2015-10-13alsa-lib: split "dev" output and fix referrersVladimír Čunát
2015-03-11tuxguitar: fix nixpkgs tarball jobLuca Bruno
2015-03-08tuxguitar in $out/bin/ folderAntoine R. Dumont
Tuxguitar was installed in $out (as per default wrapper script) Thus installing tuxguitar was not in ~/.nix-profile when installed. Now tuxguitar appears in ~/.nix-profile when installed.
2015-03-08Add tuxguitar derivationAntoine R. Dumont