Merge pull request #76073 from nh2/haskell-GLUT-fix-freeglut-pc-name

haskellPackages.GLUT: Fix freeglut.pc -> glut.pc
This commit is contained in:
Peter Simons 2019-12-20 20:38:25 +01:00 committed by GitHub
commit 7ac673d475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ index f370d6c..a404e1e 100644
else
cpp-options: "-DCALLCONV=ccall"
cc-options: "-DUSE_DLSYM"
+ pkgconfig-depends: freeglut
+ pkgconfig-depends: glut
executable BOGLGP01-OnYourOwn1
if !flag(BuildExamples)