nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 10 lines 247 B view raw
1prefix=@out@ 2exec_prefix=${prefix} 3libdir=${prefix}/lib 4includedir=${prefix}/include 5 6Name: mlx42 7Description: A simple cross-platform graphics library that uses GLFW and OpenGL 8Version: @version@ 9Libs: -L${libdir} -lmlx42 10Cflags: -I${includedir}