mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +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 {
|
||||
pname = "magic-vlsi";
|
||||
version = "8.3.277";
|
||||
version = "8.3.446";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://opencircuitdesign.com/magic/archive/magic-${version}.tgz";
|
||||
sha256 = "sha256-cS3KaIVwGN/mMfRKjJxzdY6DeNV7tw2fATIHrFBV0fY=";
|
||||
sha256 = "sha256-Isg8KAHicfTIETTmYoGsCYWt4+sLWdR+pGLaxu11Fe4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python3 ];
|
||||
@ -46,10 +46,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";
|
||||
|
||||
patches = [
|
||||
./0001-strip-bin-prefix.patch
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "VLSI layout tool written in Tcl";
|
||||
homepage = "http://opencircuitdesign.com/magic/";
|
||||
|
Loading…
Reference in New Issue
Block a user