gargoyle: init at 2017-03-12

This commit is contained in:
Orivej Desh
2017-03-19 22:36:29 +00:00
parent 4385a67ef2
commit 9d38774a28
5 changed files with 214 additions and 1 deletions
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "SDL multi-channel audio mixer library";
homepage = http://www.libsdl.org/projects/SDL_mixer/;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}