mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
marble-marcher-ce: use sfml_2
This commit is contained in:
parent
6a6ff481ca
commit
d5ed683190
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
eigen,
|
||||
glew,
|
||||
glm,
|
||||
sfml,
|
||||
sfml_2,
|
||||
|
||||
makeDesktopItem,
|
||||
}:
|
||||
|
@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
eigen
|
||||
glew
|
||||
glm
|
||||
sfml
|
||||
sfml_2
|
||||
];
|
||||
|
||||
installFlags = [ "DESTDIR=$(out)" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue