mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
magic-vlsi: 8.3.277 -> 8.3.446
This commit is contained in:
parent
eb883d0dab
commit
ac5c40ee45
@ -1,10 +0,0 @@
|
|||||||
diff --git a/scripts/makedbh b/scripts/makedbh
|
|
||||||
index 01e4fa5..d6299c6 100755
|
|
||||||
--- a/scripts/makedbh
|
|
||||||
+++ b/scripts/makedbh
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-#!/bin/csh -f
|
|
||||||
+#!/usr/bin/env tcsh
|
|
||||||
#
|
|
||||||
# makes the "database.h" (1st argument, $1) file from "database.h.in"
|
|
||||||
# (2nd argument, $2), setting various mask operation definitions
|
|
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "magic-vlsi";
|
pname = "magic-vlsi";
|
||||||
version = "8.3.277";
|
version = "8.3.446";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://opencircuitdesign.com/magic/archive/magic-${version}.tgz";
|
url = "http://opencircuitdesign.com/magic/archive/magic-${version}.tgz";
|
||||||
sha256 = "sha256-cS3KaIVwGN/mMfRKjJxzdY6DeNV7tw2fATIHrFBV0fY=";
|
sha256 = "sha256-Isg8KAHicfTIETTmYoGsCYWt4+sLWdR+pGLaxu11Fe4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ python3 ];
|
nativeBuildInputs = [ python3 ];
|
||||||
@ -46,10 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";
|
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";
|
||||||
|
|
||||||
patches = [
|
|
||||||
./0001-strip-bin-prefix.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "VLSI layout tool written in Tcl";
|
description = "VLSI layout tool written in Tcl";
|
||||||
homepage = "http://opencircuitdesign.com/magic/";
|
homepage = "http://opencircuitdesign.com/magic/";
|
||||||
|
Loading…
Reference in New Issue
Block a user