From 3c1b311bbcd54b3e6798d619e51b55536b316cdc Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 6 Aug 2023 00:01:11 +0200 Subject: c++,graphics: Removing graphics folder --- c++/graphics/.nix/derivation.nix | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 c++/graphics/.nix/derivation.nix (limited to 'c++/graphics/.nix') diff --git a/c++/graphics/.nix/derivation.nix b/c++/graphics/.nix/derivation.nix deleted file mode 100644 index 36a12c8..0000000 --- a/c++/graphics/.nix/derivation.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ lib -, stdenvNoCC -, scons -, clang -, clang-tools -, version -, forstio -, xorg -}: - -let - -in stdenvNoCC.mkDerivation { - pname = "forstio-graphics"; - inherit version; - src = ./..; - - enableParallelBuilding = true; - - nativeBuildInputs = [ - scons - clang - clang-tools - ]; - - buildInputs = [ - forstio.core - forstio.async - forstio.io - forstio.codec - forstio.window - forstio.window-opengl - xorg.libX11 - xorg.libxcb - ]; - - outputs = ["out" "dev"]; -} -- cgit v1.2.3