diff --git a/edix/packages/star-2d.scm b/edix/packages/star-2d.scm
index d229a96b8349f103cb7c4aeceade83755ee0fded..3e1e4b5c2522a22283c26e4f0670b7d095403afd 100644
--- a/edix/packages/star-2d.scm
+++ b/edix/packages/star-2d.scm
@@ -28,23 +28,17 @@
               (sha256
                (base32 "11mvswcbdfnxf6zkpj9jgiqfjalknipbyppbpx27nrqrixqx7mah"))))
     (build-system gnu-build-system)
-    (native-inputs
-     (list pkg-config autoconf automake libtool embree-edix))
-    (inputs
-     (list gcc
-           gfortran
-           bash
-           gnu-make))
-    (propagated-inputs (list rsys))
+    (native-inputs (list pkg-config autoconf automake libtool gcc gnu-make))
+    (propagated-inputs (list rsys embree-edix))
     (arguments
    `(#:make-flags (list (string-append "CC=gcc" ))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure) 
          (delete 'check) 
-	(replace 'build
-		 (lambda* (#:key make-flags #:allow-other-keys)
-			  (invoke "make" (string-join make-flags " "))))
+	;(replace 'build
+	;	 (lambda* (#:key make-flags #:allow-other-keys)
+	;		  (invoke "make" (string-join make-flags " "))))
 	(replace 'install
 		 (lambda* (#:key outputs #:allow-other-keys)
 			  (let ((out (assoc-ref outputs "out")))