idrisPackages.{sdl,sdl2}: Mark as broken

This commit is contained in:
Silvan Mosberger 2018-07-02 06:08:10 +02:00
parent 603d989ef4
commit df6974cff2
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7
2 changed files with 4 additions and 0 deletions

View file

@ -24,5 +24,7 @@ build-idris-package {
description = "SDL-idris framework for Idris";
homepage = https://github.com/edwinb/SDL-idris;
maintainers = [ lib.maintainers.brainrape ];
# Can't find file sdlrun.o
broken = true;
};
}

View file

@ -25,5 +25,7 @@ build-idris-package {
description = "SDL2 binding for Idris";
homepage = https://github.com/steshaw/idris-sdl2;
maintainers = [ lib.maintainers.brainrape ];
# Can't find file sdl2.o
broken = true;
};
}