mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
mars: use sfml_2
This commit is contained in:
parent
0028c678f5
commit
1dd1512d31
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
fribidi,
|
fribidi,
|
||||||
libGL,
|
libGL,
|
||||||
libGLU,
|
libGLU,
|
||||||
sfml,
|
sfml_2,
|
||||||
taglib,
|
taglib,
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||||
fribidi
|
fribidi
|
||||||
libGL
|
libGL
|
||||||
libGLU
|
libGLU
|
||||||
sfml
|
sfml_2
|
||||||
taglib
|
taglib
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue