From a00677f9b72fd6d46a92b1f328b5a37c1eb2a690 Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Thu, 17 Jul 2025 08:01:18 -0500 Subject: [PATCH] technically moved the delete validate runpath --- gchannel/packages/floorp.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gchannel/packages/floorp.scm b/gchannel/packages/floorp.scm index 4bf88a2..60f39c6 100644 --- a/gchannel/packages/floorp.scm +++ b/gchannel/packages/floorp.scm @@ -234,7 +234,6 @@ (invoke "mv" (string-append #$output "/lib/floorp/floorp") (string-append #$output "/bin/floorp")) )) - (delete 'validate-runpath) ))) (native-inputs (list git patchelf))