intelgen4asm: Remove obsolete package
This commit is contained in:
parent
462146dbc5
commit
f1abc8f8ba
@ -1,21 +0,0 @@
|
||||
{ stdenv, fetchgit, autoconf, automake, libtool, bison, flex }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "intel-g4asm-20110416";
|
||||
|
||||
src = fetchgit {
|
||||
url = http://anongit.freedesktop.org/git/xorg/app/intel-gen4asm.git;
|
||||
rev = "2450ff752642d116eb789a35393b9828133c7d31";
|
||||
sha256 = "a24c054a7c5ae335b72523fd2f51cae7f07a2885ef3c7a04d07a85e39f0c053f";
|
||||
};
|
||||
|
||||
buildInputs = [ autoconf automake libtool bison flex ];
|
||||
|
||||
preConfigure = "sh autogen.sh";
|
||||
|
||||
meta = {
|
||||
homepage = http://cgit.freedesktop.org/xorg/app/intel-gen4asm/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
description = "Program to compile an assembly language for the Intel 965 Express Chipset";
|
||||
};
|
||||
}
|
@ -3994,7 +3994,6 @@ let
|
||||
|
||||
inotifyTools = callPackage ../development/tools/misc/inotify-tools { };
|
||||
|
||||
intelgen4asm = callPackage ../development/misc/intelgen4asm { };
|
||||
|
||||
ired = callPackage ../development/tools/analysis/radare/ired.nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user