sfml: move to by-name
This commit is contained in:
@@ -15,10 +15,6 @@
|
||||
libXrender,
|
||||
udev,
|
||||
xcbutilimage,
|
||||
IOKit,
|
||||
Foundation,
|
||||
AppKit,
|
||||
OpenAL,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -60,12 +56,6 @@ stdenv.mkDerivation rec {
|
||||
libXrandr
|
||||
libXrender
|
||||
xcbutilimage
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
IOKit
|
||||
Foundation
|
||||
AppKit
|
||||
OpenAL
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
@@ -10437,9 +10437,6 @@ with pkgs;
|
||||
|
||||
simpleitk = callPackage ../development/libraries/simpleitk { lua = lua5_4; };
|
||||
|
||||
sfml = callPackage ../development/libraries/sfml {
|
||||
inherit (darwin.apple_sdk.frameworks) IOKit Foundation AppKit OpenAL;
|
||||
};
|
||||
skawarePackages = recurseIntoAttrs (callPackage ../development/skaware-packages { });
|
||||
|
||||
inherit (skawarePackages)
|
||||
|
||||
Reference in New Issue
Block a user