nixpkgs/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/glsl-spec.nix
Kasper Gałkowski bdc000263a lisp-modules: add back the two current implementations
This is to enable a smooth migration to the new one.
2023-04-02 11:14:49 +02:00

27 lines
930 B
Nix

/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = "glsl-spec";
version = "release-quicklisp-f04476f7-git";
description = "The GLSL Spec as a datastructure";
deps = [ ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/glsl-spec/2019-10-07/glsl-spec-release-quicklisp-f04476f7-git.tgz";
sha256 = "0vdxx5asra0r58qpk35ncmyh418szzzvby8bpkrb052g00nzqgj7";
};
packageName = "glsl-spec";
asdFilesToKeep = ["glsl-spec.asd"];
overrides = x: x;
}
/* (SYSTEM glsl-spec DESCRIPTION The GLSL Spec as a datastructure SHA256
0vdxx5asra0r58qpk35ncmyh418szzzvby8bpkrb052g00nzqgj7 URL
http://beta.quicklisp.org/archive/glsl-spec/2019-10-07/glsl-spec-release-quicklisp-f04476f7-git.tgz
MD5 52760939a269acce6b2cba8dbde81ef7 NAME glsl-spec FILENAME glsl-spec DEPS
NIL DEPENDENCIES NIL VERSION release-quicklisp-f04476f7-git SIBLINGS
(glsl-docs glsl-symbols) PARASITES NIL) */